@import url("bootstrap-icons.css");
@import url("custom-icons.css");
/* Arabic Embed Fonts */
@font-face {
    font-family: 'NeoSansArabic';
    src: url('web-fonts/AR/NeoSansArabic-Bold.ttf');
    font-weight: normal;
    font-style: bold;
}

@font-face {
    font-family: 'NeoSansArabic';
    src: url('web-fonts/AR/NeoSansArabic.otf');
    font-weight: normal;
    font-style: normal;
}

/* Eng Embed Fonts */

@font-face {
    font-family: 'Gotham Book';
    src: url('web-fonts/Gotham-Book.otf'),
        url('web-fonts/Gotham-Book.woff2') format('woff2'),
        url('web-fonts/Gotham-Book.woff') format('woff'),
        url('web-fonts/Gotham-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}