/* Self-hosted @font-face declarations
   Eliminates ALL external font requests (no googleapis.com or gstatic.com)
   All fonts served from same origin for maximum performance */

/* ========== Inter (Latin) ========== */

/* Inter 400 - Latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('inter-v18-latin-regular.woff2') format('woff2');
}

/* Inter 500 - Latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('inter-v18-latin-500.woff2') format('woff2');
}

/* Inter 600 - Latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('inter-v18-latin-600.woff2') format('woff2');
}

/* Inter 700 - Latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('inter-v18-latin-700.woff2') format('woff2');
}

/* ========== Amiri (Arabic + Latin) ========== */

/* Amiri 400 - Arabic & Latin */
@font-face {
    font-family: 'Amiri';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('amiri-v30-arabic_latin-regular.woff2') format('woff2');
}

/* Amiri 700 - Arabic & Latin */
@font-face {
    font-family: 'Amiri';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('amiri-v30-arabic_latin-700.woff2') format('woff2');
}
