/*
 * IBM Plex Sans for the /admin and /org Filament panels.
 *
 * Hand-vendored, not published by `filament:assets`. Filament's font is loaded
 * through a plain <link> (LocalFontProvider), so it needs a stable public URL —
 * it cannot reach the Vite-hashed copies the marketing site uses. That makes
 * these three files a deliberate duplicate of resources/fonts/ibm-plex-sans-*;
 * change one, change both.
 *
 * No CDN, by fleet convention. Weights match docs/design-tokens.md: 400/500/600.
 */

@font-face {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./ibm-plex-sans-400-latin.woff2') format('woff2');
}

@font-face {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('./ibm-plex-sans-500-latin.woff2') format('woff2');
}

@font-face {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('./ibm-plex-sans-600-latin.woff2') format('woff2');
}
