﻿:root {
    --font-small: 10pt;
    --font-normal: 12pt;
    --font-large: 15pt;
}

@font-face {
    font-family: 'font-main';
    font-weight: normal;
    src: url('font/almarai.woff2') format('woff2');
}

@font-face {
    font-family: 'font-main';
    font-weight: normal;
    src: url('font/poppins-light.woff') format('woff');
    unicode-range: U+0-7F;
}



@font-face {
    font-family: 'font-main';
    font-weight: bold;
    src: url('font/almarai_bold.woff2') format('woff2');
}

@font-face {
    font-family: 'font-main';
    font-weight: bold;
    src: url('font/poppins-semibold.woff') format('woff');
    unicode-range: U+0-7F;
}


.align-opp {
    text-align: left;
}


 