/* ---------------------------------------------------
                      FONTS
----------------------------------------------------*/

/* ---------------------------------------------------
                      ithra
----------------------------------------------------*/
@font-face {
    font-family: 'Ithra';
    src: url('../fonts/ithra-light.eot');
    src: url('../fonts/ithra-light.eot?#iefix') format('embedded-opentype'),
         /* url('../fonts/ithra-light.woff2') format('woff2'), */
         url('../fonts/ithra-light.woff') format('woff'),
         url('../fonts/ithra-light.ttf') format('truetype'),
         url('../fonts/ithra-light.svg#ithra-light') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0600-06FF, U+FB50-FDFF, U+FE70-FEFF;
}

@font-face {
    font-family: 'Ithra';
    src: url('../fonts/ithra-bold.eot');
    src: url('../fonts/ithra-bold.eot?#iefix') format('embedded-opentype'),
         /* url('../fonts/ithra-bold.woff2') format('woff2'), */
         url('../fonts/ithra-bold.woff') format('woff'),
         url('../fonts/ithra-bold.ttf') format('truetype'),
         url('../fonts/ithra-bold.svg#ithra-bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0600-06FF, U+FB50-FDFF, U+FE70-FEFF;
}

