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

@font-face {
    font-family: 'ARIAL';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/ARIAL.TTF') format('truetype'),
        url('../fonts/ARIAL.eot') format('embedded-opentype'),
        url('../fonts/ARIAL.woff') format('woff'),
        url('../fonts/ARIAL.svg') format('svg');
}  
@font-face {
    font-family: 'Khinta_Script';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Khinta_Script.ttf') format('truetype'),
        url('../fonts/Khinta_Script.eot') format('embedded-opentype'),
        url('../fonts/Khinta_Script.woff') format('woff'),
        url('../fonts/Khinta_Script.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: 'ARIAL';
    --font-b2: 'ARIAL';  
    --font-b2: 'ARIAL';  
    
    --font-t1: 'ARIBLK';
    --font-t2: 'Khinta_Script';  
    --font-t2: 'ARIBLK'; 
    
    --font-nav: 'ARIAL';
}