 
@font-face {
    font-family: 'Montserrat-Bold';
    font-weight: normal;
    font-style: normal;
    src: url('https://aslitech.my/website/zata_da/fonts/Montserrat-Bold.ttf') format('truetype') ;
}  
@font-face {
    font-family: 'Montserrat-Regular';
    font-weight: normal;
    font-style: normal;
    src: url('https://aslitech.my/website/zata_da/fonts/Montserrat-Regular.ttf') format('truetype') ;
}  
@font-face {
    font-family: 'Montserrat-Black';
    font-weight: normal;
    font-style: normal;
    src: url('https://aslitech.my/website/zata_da/fonts/Montserrat-Black.ttf') format('truetype') ;
}  

/*
@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-Black';
    --font-t2: 'Montserrat-Bold';    

    --font-nav: 'Montserrat-Bold';
}
b {
    font-family: var(--font-t2);
}