@font-face {
font-family:FuturaPT;
src:url('../fonts/FuturaPTMedium.otf');
}
@font-face {
font-family:"FuturaPT Book";
src:url('../fonts/FuturaPTBook.otf');
}
@font-face {
font-family:"FuturaPT Heavy";
src:url('../fonts/FuturaPTHeavy.otf');
}
@font-face {
font-family:"FuturaPT Demi";
src:url('../fonts/FuturaPTDemi.otf');
}
@font-face {
font-family:"FuturaPT light";
src:url('../fonts/FuturaPTLight.otf');
}
@font-face {
font-family:"MuliExtraBold";
src:url('../fonts/Muli-ExtraBold.ttf');
}

/*@font-face {
    font-family: 'Cairo Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Cairo Regular'), url('../fonts/Cairo-Regular.woff') format('woff');
}


@font-face {
    font-family: 'Cairo ExtraLight';
    font-style: normal;
    font-weight: normal;
    src: local('Cairo ExtraLight'), url('../fonts/Cairo-ExtraLight.woff') format('woff');
}

@font-face {
    font-family: 'Cairo Light';
    font-style: normal;
    font-weight: normal;
    src: local('Cairo Light'), url('../fonts/Cairo-Light.woff') format('woff');
}


@font-face {
    font-family: 'Cairo SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Cairo SemiBold'), url('../fonts/Cairo-SemiBold.woff') format('woff');
}


@font-face {
    font-family: 'Cairo Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Cairo Bold'), url('../fonts/Cairo-Bold.woff') format('woff');
}


@font-face {
    font-family: 'Cairo Black';
    font-style: normal;
    font-weight: normal;
    src: local('Cairo Black'), url('../fonts/Cairo-Black.woff') format('woff');
}*/




@font-face {
    font-family: "Mestika Regular";
    src: url('../fonts/mestika/MESTIKA-REGULAR.OTF') format('opentype'),
    url('../fonts/mestika/MESTIKA-REGULAR.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Mestika Bold";
    src: url('../fonts/mestika/MESTIKA-BOLD.OTF') format('opentype'),
    url('../fonts/mestika/MESTIKA-BOLD.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/* edit */

@font-face {
    font-family: "Mestika";
    src: url('../fonts/mestika/MESTIKA-THIN.OTF') format('opentype'),
    url('../fonts/mestika/MESTIKA-THIN.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}


@font-face {
    font-family: "Mestika ExtraLight";
    src: url('../fonts/mestika/MESTIKA-EXTRALIGHT.OTF') format('opentype'),
    url('../fonts/mestika/MESTIKA-EXTRALIGHT.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}


@font-face {
    font-family: "Mestika Light";
    src: url('../fonts/mestika/MESTIKA-LIGHT.OTF') format('opentype'),
    url('../fonts/mestika/MESTIKA-LIGHT.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: "Mestika";
    src: url('../fonts/mestika/MESTIKA-REGULAR.OTF') format('opentype'),
    url('../fonts/mestika/MESTIKA-REGULAR.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Mestika";
    src: url('../fonts/mestika/MESTIKA-MEDIUM.OTF') format('opentype'),
    url('../fonts/mestika/MESTIKA-MEDIUM.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: "Mestika SemiBold";
    src: url('../fonts/mestika/MESTIKA-SEMIBOLD.OTF') format('opentype'),
    url('../fonts/mestika/MESTIKA-SEMIBOLD.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: "Mestika";
    src: url('../fonts/mestika/MESTIKA-BOLD.OTF') format('opentype'),
    url('../fonts/mestika/MESTIKA-BOLD.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: "Mestika ExtraBold";
    src: url('../fonts/mestika/MESTIKA-EXTRABOLD.OTF') format('opentype'),
    url('../fonts/mestika/MESTIKA-EXTRABOLD.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Mestika Black";
    src: url('../fonts/mestika/MESTIKA-BLACK.OTF') format('opentype'),
    url('../fonts/mestika/MESTIKA-BLACK.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}



@font-face {
    font-family: 'saudi_riyal';
    src: url('../fonts/saudi-riyal/saudi_riyal.woff2') format('woff2'),
    url('../fonts/saudi-riyal/saudi_riyal.woff') format('woff'),
    url('../fonts/saudi-riyal/saudi_riyal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Ensure the icon class correctly loads the Riyal symbol */
.icon-saudi_riyal::before {
    content: "\e900";
    font-family: 'saudi_riyal' !important;
    font-size: inherit;
    color: inherit;
}
