/* /css/fonts.css — self-hosted webfonts.
   Replaces the previous Google Fonts <link> in production.
   font-display: block is safe because the woff2 files live on the same
   server as the HTML and load in <50ms — no FOUT, no fallback flash. */

/* ─── Cinzel (display / nav) ────────────────────────────────────────── */
@font-face {
  font-display: block;
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/cinzel-v26-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: block;
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/cinzel-v26-latin-500.woff2') format('woff2');
}
@font-face {
  font-display: block;
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/cinzel-v26-latin-600.woff2') format('woff2');
}
@font-face {
  font-display: block;
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/cinzel-v26-latin-700.woff2') format('woff2');
}
@font-face {
  font-display: block;
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 800;
  src: url('/fonts/cinzel-v26-latin-800.woff2') format('woff2');
}
@font-face {
  font-display: block;
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 900;
  src: url('/fonts/cinzel-v26-latin-900.woff2') format('woff2');
}

/* ─── Cinzel Decorative (special accent) ────────────────────────────── */
@font-face {
  font-display: block;
  font-family: 'Cinzel Decorative';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/cinzel-decorative-v19-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: block;
  font-family: 'Cinzel Decorative';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/cinzel-decorative-v19-latin-700.woff2') format('woff2');
}
@font-face {
  font-display: block;
  font-family: 'Cinzel Decorative';
  font-style: normal;
  font-weight: 900;
  src: url('/fonts/cinzel-decorative-v19-latin-900.woff2') format('woff2');
}

/* ─── EB Garamond (body, italic readings) ───────────────────────────── */
@font-face {
  font-display: block;
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/eb-garamond-v32-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: block;
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/eb-garamond-v32-latin-500.woff2') format('woff2');
}
@font-face {
  font-display: block;
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/eb-garamond-v32-latin-600.woff2') format('woff2');
}
@font-face {
  font-display: block;
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/eb-garamond-v32-latin-700.woff2') format('woff2');
}
@font-face {
  font-display: block;
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/eb-garamond-v32-latin-italic.woff2') format('woff2');
}
@font-face {
  font-display: block;
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 500;
  src: url('/fonts/eb-garamond-v32-latin-500italic.woff2') format('woff2');
}
@font-face {
  font-display: block;
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 600;
  src: url('/fonts/eb-garamond-v32-latin-600italic.woff2') format('woff2');
}
@font-face {
  font-display: block;
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 700;
  src: url('/fonts/eb-garamond-v32-latin-700italic.woff2') format('woff2');
}
@font-face {
  font-display: block;
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 800;
  src: url('/fonts/eb-garamond-v32-latin-800italic.woff2') format('woff2');
}

/* ─── Italianno (script tagline) ────────────────────────────────────── */
@font-face {
  font-display: block;
  font-family: 'Italianno';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/italianno-v18-latin-regular.woff2') format('woff2');
}

/* ─── Noto Sans Symbols 2 (zodiac glyphs, etc.) ─────────────────────── */
@font-face {
  font-display: block;
  font-family: 'Noto Sans Symbols 2';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/noto-sans-symbols-2-v25-latin-regular.woff2') format('woff2');
}
