/* Almarai Font Family */
@font-face {
    font-family: 'Almarai';
    src: url('../Fontsnew/Almarai-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Almarai';
    src: url('../Fontsnew/Almarai-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Almarai';
    src: url('../Fontsnew/Almarai-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Almarai';
    src: url('../Fontsnew/Almarai-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

/* Apply Almarai font to body and all elements */
body, 
* {
    font-family: 'Almarai', sans-serif !important;
}

/* Restore Font Awesome icon font — must come after the wildcard rule */
.fa, .fas, .far, .fal, .fab, .fad,
.fa-solid, .fa-regular, .fa-brands, .fa-light, .fa-thin, .fa-duotone,
[class^="fi-"] {
    font-family: "Font Awesome 6 Free" !important;
}
.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands" !important;
}
