/* ═══════════════════════════════════════════════════════════════
   PUNTUALIZA — Shared Font Declarations
   Fonts: BDO Grotesk (body), Libre Caslon Condensed (headings)
   Local files in admin/fonts/ with CDN fallback
   ═══════════════════════════════════════════════════════════════ */

@font-face {
    font-family: "BDO Grotesk";
    src: url("../fonts/BDOGrotesk-VF.ttf") format("truetype"),
        url("https://cdn.prod.website-files.com/686b602c78cd8f1bfdf99c97/686b609a7b41400be768ebf2_BDOGrotesk-VF.ttf") format("truetype");
    font-weight: 300 900;
    font-display: swap;
}

@font-face {
    font-family: "Libre Caslon Condensed";
    src: url("../fonts/LibreCaslonCondensed-Regular.otf") format("opentype"),
        url("https://cdn.prod.website-files.com/686b602c78cd8f1bfdf99c97/686b609a95e69a4723573cc2_LibreCaslonCondensed-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Libre Caslon Condensed";
    src: url("../fonts/LibreCaslonCondensed-Italic.otf") format("opentype"),
        url("https://cdn.prod.website-files.com/686b602c78cd8f1bfdf99c97/686b609a6adba13360e01280_LibreCaslonCondensed-Italic.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Roboto Mono";
    src: url("../fonts/RobotoMono-Medium.ttf") format("truetype"),
        url("https://cdn.prod.website-files.com/686b602c78cd8f1bfdf99c97/686b609a41f6d623e5ae56d1_RobotoMono-Medium.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
}