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

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