@font-face {
    font-family: 'Somar';
    font-weight: 900;
    src: url("../fonts/ar/Somar-Black.otf");
    font-display: swap;
}

@font-face {
    font-family: 'Somar';
    font-weight: 700;
    src: url("../fonts/ar/Somar-Bold.otf");
    font-display: swap;
}

@font-face {
    font-family: 'Somar';
    font-weight: 600;
    src: url("../fonts/ar/Somar-SemiBold.otf");
    font-display: swap;
}

@font-face {
    font-family: 'Somar';
    font-weight: 400;
    src: url("../fonts/ar/Somar-Regular.otf");
    font-display: swap;
}


/*@font-face {*/
/*    font-family: 'RB_Regular';*/
/*    font-weight: 400;*/
/*    src: url("../fonts/ar/RB_Regular.ttf");*/
/*    font-display: swap;*/
/*}*/

html {
    scroll-behavior: smooth;
    font-family: "Somar";
}