@font-face {
    font-family: 'TIMESR';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/TIMESR.ttf') format('truetype') ;
}  
@font-face {
    font-family: 'Montserrat-Bold';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype') ;
}  
@font-face {
    font-family: 'Montserrat-Regular';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Montserrat-Regular.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.otf') format('opentype'),
        url('../fonts/arial-Light.svg') format('svg');
}
*/
:root {
    --font-b1: 'Montserrat-Regular';
    --font-b2: 'TIMESR';
    
    --font-t1: 'TIMESR';
    --font-t2: 'Montserrat-Bold'; 

    --font-nav: 'Montserrat-Regular';
}