/* Inter – non-Arabic UI font (variable, all weights) */
@font-face {
    font-family: 'Inter';
    src: url('../font/inter/Inter.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* Jannat – Arabic UI font */
@font-face {
    font-family: 'Jannat';
    src: url('../font/jannat/a-jannat-lt.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jannat';
    src: url('../font/jannat/a-jannat-lt-bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Force Inter on all elements except <i> (used by FontAwesome / Bootstrap Icons) */
body *:not(i) {
    font-family: 'Inter', sans-serif !important;
}

body {
    font-family: 'Inter', sans-serif !important;
}
