/* =========================================================================
   WIELE · MONOLITH — Typography System (self-hosted)
   Edition 01 · 2026
   Fonts licensed under SIL Open Font License 1.1 — see /fonts/licenses/
   ========================================================================= */

/* -------- MONUMENTAL · Cinzel (Roman inscription) ------------------------ */
@font-face {
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/web/cinzel-400.woff2") format("woff2");
}
@font-face {
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/web/cinzel-600.woff2") format("woff2");
}
@font-face {
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/web/cinzel-700.woff2") format("woff2");
}

/* -------- MANUSCRIPT · EB Garamond (Renaissance body) -------------------- */
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/web/eb-garamond-400.woff2") format("woff2");
}
@font-face {
  font-family: "EB Garamond";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/web/eb-garamond-400-italic.woff2") format("woff2");
}
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/web/eb-garamond-500.woff2") format("woff2");
}
@font-face {
  font-family: "EB Garamond";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/web/eb-garamond-500-italic.woff2") format("woff2");
}
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/web/eb-garamond-700.woff2") format("woff2");
}

/* -------- MARGINALIA · IM Fell English SC (17th c. small caps) ----------- */
@font-face {
  font-family: "IM Fell English SC";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/web/im-fell-english-sc-400.woff2") format("woff2");
}

/* -------- TECHNICAL · Courier Prime (machine strings, code, DOIs) -------- */
/* Use ONLY for code, URLs, DOIs, technical IDs. Never for branding.        */
@font-face {
  font-family: "Courier Prime";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/web/courier-prime-400.woff2") format("woff2");
}
@font-face {
  font-family: "Courier Prime";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/web/courier-prime-700.woff2") format("woff2");
}
