/* Self-hosted fonts — no external loading. woff2, latin subset, display=swap.
   Three roles for the Engraved Chart system:
     EB Garamond  — display + body serif (the gravitas of formal documents)
     Cinzel       — inscriptional CAPS for section titles, the Delivery System, seals
     IBM Plex Mono — the metadata / coordinate / label layer */

/* EB Garamond — display + body serif */
@font-face{font-family:"EB Garamond";font-style:normal;font-weight:400;font-display:swap;src:url("/static/fonts/ebg-400.woff2") format("woff2");}
@font-face{font-family:"EB Garamond";font-style:italic;font-weight:400;font-display:swap;src:url("/static/fonts/ebg-400i.woff2") format("woff2");}
@font-face{font-family:"EB Garamond";font-style:normal;font-weight:500;font-display:swap;src:url("/static/fonts/ebg-500.woff2") format("woff2");}
@font-face{font-family:"EB Garamond";font-style:italic;font-weight:500;font-display:swap;src:url("/static/fonts/ebg-500i.woff2") format("woff2");}
@font-face{font-family:"EB Garamond";font-style:normal;font-weight:600;font-display:swap;src:url("/static/fonts/ebg-600.woff2") format("woff2");}
@font-face{font-family:"EB Garamond";font-style:normal;font-weight:700;font-display:swap;src:url("/static/fonts/ebg-700.woff2") format("woff2");}
@font-face{font-family:"EB Garamond";font-style:normal;font-weight:800;font-display:swap;src:url("/static/fonts/ebg-800.woff2") format("woff2");}

/* Cinzel — inscriptional caps */
@font-face{font-family:"Cinzel";font-style:normal;font-weight:400;font-display:swap;src:url("/static/fonts/cinzel-400.woff2") format("woff2");}
@font-face{font-family:"Cinzel";font-style:normal;font-weight:500;font-display:swap;src:url("/static/fonts/cinzel-500.woff2") format("woff2");}
@font-face{font-family:"Cinzel";font-style:normal;font-weight:600;font-display:swap;src:url("/static/fonts/cinzel-600.woff2") format("woff2");}
@font-face{font-family:"Cinzel";font-style:normal;font-weight:700;font-display:swap;src:url("/static/fonts/cinzel-700.woff2") format("woff2");}

/* IBM Plex Mono — metadata / coordinates / labels */
@font-face{font-family:"IBM Plex Mono";font-style:normal;font-weight:400;font-display:swap;src:url("/static/fonts/ibm-plex-mono-v20-latin-regular.woff2") format("woff2");}
@font-face{font-family:"IBM Plex Mono";font-style:normal;font-weight:500;font-display:swap;src:url("/static/fonts/ibm-plex-mono-v20-latin-500.woff2") format("woff2");}
