/* Prima School - Custom Fonts */

/* Cairo Font - Arabic Support (Downloaded from Google Fonts) */

/* Cairo Light 300 */
@font-face {
    font-family: 'Cairo';
    src: url('cairo/cairo-300.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Cairo Regular 400 */
@font-face {
    font-family: 'Cairo';
    src: url('cairo/cairo-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Cairo SemiBold 600 */
@font-face {
    font-family: 'Cairo';
    src: url('cairo/cairo-600.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Cairo Bold 700 */
@font-face {
    font-family: 'Cairo';
    src: url('cairo/cairo-700.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Inter Font - Latin Support (System Font) */
@font-face {
    font-family: 'Inter';
    src: local('Inter');
    font-weight: 300 900;
    font-display: swap;
}

/* Default Font Stack */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', 'Cairo', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
