﻿/* English: Awan Zaman */
@font-face {
    font-family: 'AwanZaman';
    src: url('../fonts/awanzaman-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'AwanZaman';
    src: url('../fonts/awanzaman-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'AwanZaman';
    src: url('../fonts/awanzaman-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/cairo-variablefont_slnt,wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Changa';
    src: url('../fonts/changa/changa-variablefont_wght.ttf') format('truetype');
}

/* Arabic: Noora */
@font-face {
    font-family: 'Noora';
    src: url('../fonts/noora.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Default usage */
html[lang="en"] body {
    font-family: 'Noora', Arial, sans-serif;
}

html[lang="ar"] body {
    font-family: 'Changa','Cairo', 'AwanZaman', sans-serif;
}
