/* Aeonik - English font */
@font-face {
    font-family: 'Aeonik';
    src: url('/assets/fonts/Aeonik-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('/assets/fonts/Aeonik-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('/assets/fonts/Aeonik-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Zagel Arabic - Arabic font */
@font-face {
    font-family: 'ZagelArabic';
    src: url('/assets/fonts/ZagelArabicITF-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ZagelArabic';
    src: url('/assets/fonts/ZagelArabicITF-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ZagelArabic';
    src: url('/assets/fonts/ZagelArabicITF-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
