/**
 * Local Fonts - Noto Kufi Arabic
 * 
 * Variable Font: single file covers all weights (100-900)
 * Browser support: 95%+ (no fallbacks needed)
 *
 * @package Aqarsky
 */

@font-face {
    font-family: 'Noto Kufi Arabic';
    src: url('../fonts/Noto_Kufi_Arabic/NotoKufiArabic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* Font stack applied via inheritance */
:root {
    --font-primary: 'Noto Kufi Arabic', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

html {
    font-family: var(--font-primary);
}

/* Form elements don't inherit by default */
button,
input,
select,
textarea {
    font-family: inherit;
}
