/* Delphius — self-hosted fonts (QA §15/§19: no third-party font hotlink).
   Display = Cinzel (Trajan-style classical Roman, owner-supplied, OFL — see Cinzel-OFL.txt).
   Variable TTF covers all weights in one file. Body uses the system sans stack defined in styles.css
   (Manrope may be self-hosted later as a further refinement). woff2 conversion (smaller) is a future
   optimization; the self-hosted TTF already removes the third-party dependency. */
@font-face {
  font-family: "Cinzel";
  src: url("/assets/fonts/cinzel-var.ttf") format("truetype-variations"),
       url("/assets/fonts/cinzel-var.ttf") format("truetype");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
