

/* GE Dinar One Font - Local (Arabic & Latin) */

@font-face {
    font-family: 'GE Dinar One';
    font-style: normal;
    font-weight: 300;
    font-display: optional;
    src: url('/fonts/GE Dinar One Light.otf') format('opentype');
}

@font-face {
    font-family: 'GE Dinar One';
    font-style: normal;
    font-weight: 500;
    font-display: optional;
    src: url('/fonts/GE Dinar One Medium.otf') format('opentype');
}

/* Italic versions */
@font-face {
    font-family: 'GE Dinar One';
    font-style: italic;
    font-weight: 300;
    font-display: optional;
    src: url('/fonts/GE Dinar One Light Italic.otf') format('opentype');
}

@font-face {
    font-family: 'GE Dinar One';
    font-style: italic;
    font-weight: 500;
    font-display: optional;
    src: url('/fonts/GE Dinar One Medium Italic.otf') format('opentype');
}

