/* public/assets/fonts/almarai/almarai.css */
@font-face {
    font-family: 'Almarai';
    font-style: normal;
    font-weight: 300;
    src: url('Almarai-Light.woff2') format('woff2'),
         url('Almarai-Light.woff') format('woff');
}
@font-face {
    font-family: 'Almarai';
    font-style: normal;
    font-weight: 400;
    src: url('Almarai-Regular.woff2') format('woff2'),
         url('Almarai-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Almarai';
    font-style: normal;
    font-weight: 700;
    src: url('Almarai-Bold.woff2') format('woff2'),
         url('Almarai-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Almarai';
    font-style: normal;
    font-weight: 800;
    src: url('Almarai-ExtraBold.woff2') format('woff2'),
         url('Almarai-ExtraBold.woff') format('woff');
}