/* فونت ارکان — فایل را در public/fonts قرار دهید (B Arkan.ttf یا arkan.woff2) */
@font-face {
    font-family: 'Arkan';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src:
        url('../fonts/arkan.woff2') format('woff2'),
        url('../fonts/arkan.woff') format('woff'),
        url('../fonts/B%20Arkan.ttf') format('truetype'),
        url('../fonts/BArkan.ttf') format('truetype');
}
