/**
 * Self-Hosted Fonts for Nawabegh Alkhair Website
 * This file replaces all CDN font dependencies
 * 
 * Fonts included:
 * - RemixIcon (icons)
 * - Cairo (Arabic text)
 * - Inter (English text)
 */

/* ============================================
   RemixIcon - Icon Font
   ============================================ */

@import url('/fonts/remixicon/remixicon.css');

/* ============================================
   Cairo Font - Arabic Text (RTL)
   ============================================ */

@font-face {
    font-family: 'Cairo';
    src: url('/fonts/cairo/cairo-v31-arabic_latin-300.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('/fonts/cairo/cairo-v31-arabic_latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('/fonts/cairo/cairo-v31-arabic_latin-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('/fonts/cairo/cairo-v31-arabic_latin-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('/fonts/cairo/cairo-v31-arabic_latin-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ============================================
   Inter Font - English Text (LTR)
   ============================================ */

@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter/inter-v20-latin-300.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter/inter-v20-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter/inter-v20-latin-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter/inter-v20-latin-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter/inter-v20-latin-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}