/* ═══════════════════════════════════════════════════
   Shared font definitions
   Served from the shared assets server.
   Import via: <link> or @import from SHARED_URL/css/fonts.css
   ═══════════════════════════════════════════════════ */

/* Roboto — self-hosted (variable, latin) to avoid third-party requests to
   Google's CDN and the render-blocking @import waterfall. Covers EN + NL. */
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-latin.woff2") format("woff2");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

@font-face {
    font-family: "Orchestratio Sans";
    src: url("../fonts/OrchestratioSans-Logo.woff2") format("woff2"),
         url("../fonts/OrchestratioSans-Logo.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
