/* ═══════════════════════════════════════════════════════════════
   SELF-HOSTED FONTS — SAFEWAY PROPERTY
   Files are in: assets/fonts/museomoderno/ and assets/fonts/chiron/
   ═══════════════════════════════════════════════════════════════ */

/* ── Museo Moderno (headings) ────────────────────────────────── */
@font-face {
  font-family: 'Museo Moderno';
  src: url('../fonts/museomoderno/MuseoModerno-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo Moderno';
  src: url('../fonts/museomoderno/MuseoModerno-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo Moderno';
  src: url('../fonts/museomoderno/MuseoModerno-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo Moderno';
  src: url('../fonts/museomoderno/MuseoModerno-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo Moderno';
  src: url('../fonts/museomoderno/MuseoModerno-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ── Chiron GoRound TC (body) — Variable Font ────────────────── */
/* NOTE: the original file (ChironGoRoundTC-VariableFont_wght.ttf) shipped
   full CJK (Chinese) glyph coverage at ~48.5MB, which made the font load
   very slowly. It has been subsetted down to just the Latin/Indonesian
   characters this site actually uses (~380KB TTF / ~160KB WOFF — over 99%
   smaller), keeping every font-weight (100–900) via the same variable-font
   axis. WOFF is listed first since every modern browser supports it. */
@font-face {
  font-family: 'Chiron GoRound';
  src: url('../fonts/chiron/ChironGoRoundTC-Subset.woff') format('woff'),
       url('../fonts/chiron/ChironGoRoundTC-Subset.ttf') format('truetype');
  font-weight: 100 900;   /* covers all weights via variable font axis */
  font-style: normal;
  font-display: swap;
}
