/*
 * Self-hosted admin panel font (no CDN).
 *
 * Noto Sans — Latin + Latin-ext + Cyrillic. Covers Turkish (latin-ext: ş, ğ, ı,
 *             İ, ç, ö, ü) and English. One file per weight; gwfh bundles
 *             latin/latin-ext/cyrillic together.
 *
 * Licensed under the SIL Open Font License 1.1 (see OFL.txt), which permits
 * bundling and redistribution within this repository.
 *
 * Wired into the Filament admin panel via LocalFontProvider in
 * app/Providers/Filament/AdminPanelProvider.php (->font('Noto Sans', url: ...)).
 */

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/admin/noto-sans-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/admin/noto-sans-500.woff2') format('woff2');
}
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/admin/noto-sans-600.woff2') format('woff2');
}
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/admin/noto-sans-700.woff2') format('woff2');
}
