@font-face {
    font-family: 'Poppins-Bold';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Poppins-Bold.ttf') format('truetype') ;
} 
 
@font-face {
    font-family: 'CENTURY';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/CENTURY.TTF') format('truetype') ;
}  
@font-face {
    font-family: 'Monda-Regular';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Monda-Regular.ttf') format('truetype') ;
}  
@font-face {
    font-family: 'cabin-regular';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Cabin-Regular.ttf') format('truetype') ;
}  
@font-face {
    font-family: 'Monda-Bold';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Monda-Bold.ttf') format('truetype') ;
}  

/*
@font-face {
    font-family: 'arial-Light';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/arial-Light.eot') format('embedded-opentype'),
        url('../fonts/arial-Light.woff') format('woff'),
        url('../fonts/arial-Light.ttf') format('truetype'),
        url('../fonts/arial-Light.svg') format('svg');
}
*/
:root {
    --font-b1: 'Monda-Regular';
    --font-b2: 'cabin-regular';
    
    --font-t1: 'Poppins-Bold';
    --font-t2: 'CENTURY'; 
    --font-t3: 'Monda-Bold'; 

    --font-nav: 'CENTURY';
}