@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: 'BigruixianBlackGBV1.0';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/BigruixianBlackGBV1.0.TTF') format('truetype'),
        url('../fonts/BigruixianBlackGBV1.0.eot') format('embedded-opentype'),
        url('../fonts/BigruixianBlackGBV1.0.woff') format('woff'),
        url('../fonts/BigruixianBlackGBV1.0.svg') format('svg');
}
/*
@font-face {
    font-family: 'Titillium-Web-Regular';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Titillium-Web-Regular.eot') format('embedded-opentype'),
        url('../fonts/Titillium-Web-Regular.woff') format('woff'),
        url('../fonts/Titillium-Web-Regular.ttf') format('truetype'),
        url('../fonts/Titillium-Web-Regular.svg') format('svg');
}*/
:root {
    --font-b1: 'Montserrat-Regular';
    --font-b2: 'Montserrat-Regular';
    
    --font-t1: 'Montserrat-Bold';
    --font-t2: 'Montserrat-Bold';
    
    --font-nav: 'Montserrat-Regular';
}
.cnw {
    font-family: 'BigruixianBlackGBV1.0'
}