/* fonts.css — Canonical font-loading voor Orbit
 *
 * Gebruikt door:
 * - tpl/header.php             (admin-chrome)
 * - tpl/system-state.php       (legacy crisis-wrapper — deprecated na Fase 5)
 * - tpl/system-state-layout.php (current crisis-wrapper)
 *
 * Preload-hints blijven per HTML-context (vereist <link rel="preload">
 * op HTML-niveau; een CSS-file kan fonts niet vroeger in de waterfall
 * starten). Bij font-set wijziging: update dit bestand + preload-links
 * in alle drie contexten.
 *
 * Public Sans en Unbounded zijn gesplitst per unicode-range (Latin-Ext
 * + Latin basic) voor subset-optimalisatie. Italic-variants alleen voor
 * Public Sans; Unbounded wordt alleen normal-style gebruikt.
 */

/* Public Sans — italic, Latin-Ext */
@font-face {
    font-family: 'Public Sans';
    font-style: italic;
    font-weight: 400 900;
    font-display: swap;
    src: url('/assets/fonts/ijwTs572Xtc6ZYQws9YVwnNDTJLax8s3JimW3w.woff2') format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Public Sans — italic, Latin basic */
@font-face {
    font-family: 'Public Sans';
    font-style: italic;
    font-weight: 400 900;
    font-display: swap;
    src: url('/assets/fonts/ijwTs572Xtc6ZYQws9YVwnNDTJzax8s3Jik.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Public Sans — normal, Latin-Ext */
@font-face {
    font-family: 'Public Sans';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url('/assets/fonts/ijwRs572Xtc6ZYQws9YVwnNIfJ7QwOk1Fig.woff2') format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Public Sans — normal, Latin basic */
@font-face {
    font-family: 'Public Sans';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url('/assets/fonts/ijwRs572Xtc6ZYQws9YVwnNGfJ7QwOk1.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Unbounded — normal, Latin-Ext */
@font-face {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url('/assets/fonts/Yq6W-LOTXCb04q32xlpwtcZfvRIkSYZH.woff2') format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Unbounded — normal, Latin basic */
@font-face {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url('/assets/fonts/Yq6W-LOTXCb04q32xlpwu8ZfvRIkSQ.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
