 
@font-face {
    font-family: 'Montserrat-Bold';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype'),
        url('../fonts/Montserrat-Bold.eot') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.svg') format('svg');
}

@font-face {
    font-family: 'Montserrat-Regular';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/Montserrat-Regular.eot') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.svg') format('svg');
}   
@font-face {
    font-family: 'Montserrat-Black';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Montserrat-Black.ttf') format('truetype'),
        url('../fonts/Montserrat-Black.eot') format('embedded-opentype'),
        url('../fonts/Montserrat-Black.woff') format('woff'),
        url('../fonts/Montserrat-Black.svg') format('svg');
}  
@font-face {
    font-family: 'Open-Sans-Bold';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Open-Sans-Bold.ttf') format('truetype'),
        url('../fonts/Open-Sans-Bold.eot') format('embedded-opentype'),
        url('../fonts/Open-Sans-Bold.woff') format('woff'),
        url('../fonts/Open-Sans-Bold.svg') format('svg');
}  

/*
@font-face {
    font-family: 'Montserrat-Regular-Light';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Montserrat-Regular-Light.eot') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular-Light.woff') format('woff'),
        url('../fonts/Montserrat-Regular-Light.ttf') format('truetype'),
        url('../fonts/Montserrat-Regular-Light.svg') format('svg');
}
*/
:root {
    --font-b1: 'Montserrat-Regular';
    --font-b2: 'Montserrat-Regular';  
    
    --font-t1: 'Montserrat-Bold';
    --font-t2: 'Montserrat-Black';   
    --font-t3: 'Open-Sans-Bold';   

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