@font-face {
    font-family: 'co_textbold';
    src: url('../fonts/newfonts/co_headline_bold-webfont.woff2') format('woff2'),
         url('../fonts/newfonts/co_headline_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'co_textlight';
    src: url('../fonts/newfonts/co_headline_light-webfont.woff2') format('woff2'),
         url('../fonts/newfonts/co_headline_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'co_textregular';
    src: url('../fonts/newfonts/co_headline-webfont.woff2') format('woff2'), 
         url('../fonts/newfonts/co_headline-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'co_textbold_old';
    src: url('../fonts/co_text_bold-webfont.woff2') format('woff2'),
         url('../fonts/co_text_bold-webfont.woff') format('woff');
    font-style: normal;
    text-rendering: optimizeLegibility;   
    font-display: swap;
}
@font-face {
    font-family: 'co_textlight_old';
    src: url('../fonts/co_text_light-webfont.woff2') format('woff2'),
         url('../fonts/co_text_light-webfont.woff') format('woff');
    font-style: normal;
    text-rendering: optimizeLegibility;   
    font-display: swap;
}
@font-face {
    font-family: 'co_textregular_old';
    src: url('../fonts/co_text-webfont.woff2') format('woff2'), 
         url('../fonts/co_text-webfont.woff') format('woff');
    font-style: normal;
    text-rendering: optimizeLegibility;  
    font-display: swap;
}


@font-face {
     font-family: 'almaraibold';
     src: url('../arabic-fonts/Almarai-Bold.ttf') format('truetype');
     font-style: normal;
     text-rendering: optimizeLegibility;   
     font-display: swap;
 }
 @font-face {
     font-family: 'almarailight';
     src: url('../arabic-fonts/Almarai-Light.ttf') format('truetype');
     font-style: normal;
     text-rendering: optimizeLegibility;   
     font-display: swap;
 }
 @font-face {
     font-family: 'almarairegular';
     src: url('../arabic-fonts/Almarai-Regular.ttf') format('truetype');
     font-style: normal;
     text-rendering: optimizeLegibility;   
     font-display: swap;
 }