/* ============================================================
   ÜCD — Yazı tipleri (self-hosted, SIL OFL; bkz. fonts/OFL.txt)
   7 Eyl 2026 tipografi kararı, mobil tokens.ts ile aynı spesifikasyon:
     Urbanist 400/500/600/700 → başlıklar, dev tipografi, sayaç/rakamlar (--font-display)
     Inter    400/500/600     → gövde, menü, form, tablo (--font-body)
   Panel (Layout → admin.css) ve keypad.php projeksiyon ekranı bu dosyayı
   yükler; @font-face tanımları YALNIZ burada — CDN/Google Fonts KULLANILMAZ.
   ============================================================ */
@font-face {
    font-family: 'Urbanist';
    src: url('fonts/Urbanist-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Urbanist';
    src: url('fonts/Urbanist-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Urbanist';
    src: url('fonts/Urbanist-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Urbanist';
    src: url('fonts/Urbanist-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
