@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-Light';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Montserrat-Light.ttf') format('truetype'),
        url('../fonts/Montserrat-Light.eot') format('embedded-opentype'),
        url('../fonts/Montserrat-Light.woff') format('woff'),
        url('../fonts/Montserrat-Light.svg') format('svg');
}
@font-face {
    font-family: 'Oswald-Bold';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Oswald-Bold.ttf') format('truetype'),
        url('../fonts/Oswald-Bold.eot') format('embedded-opentype'),
        url('../fonts/Oswald-Bold.woff') format('woff'),
        url('../fonts/Oswald-Bold.svg') format('svg');
}
@font-face {
    font-family: 'Oswald-Regular';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Oswald-Regular.ttf') format('truetype'),
        url('../fonts/Oswald-Regular.eot') format('embedded-opentype'),
        url('../fonts/Oswald-Regular.woff') format('woff'),
        url('../fonts/Oswald-Regular.svg') format('svg');
}

/*
@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: 'Montserrat-Regular';
    --font-b2: 'Montserrat-Light'; 
    --font-b3: 'Montserrat-Regular'; 
    
    --font-t1: 'Montserrat-Bold';
    --font-t2: 'Montserrat-Bold'; 

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