:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    /*=====================*/
    /*=====================*/
    --nav-a-clr: #fff;
    --nav-ahov-clr: #ce0010;
    --nav-bgclr: #fff;
    --nav-fs: 80%;

    --navmob-a-clr: #fff;
    --navmob-ahov-clr: #fff;
    --navmob-bgclr: #fff;
    /*=====================*/
    /*=====================*/
    --pd-sec: 60px 0;
    --witmax1: calc(100% - 30px);
    --clr01: #ce0010;
    --clr02: #96000c;
    --clr03: #444;
    --clr04:  #333;
    
    --clr-bd: #333;
    --clr-dt: #fff;
    --clr02t: #000;
    /*=====================*/
    /*=====================*/
    --font-b1: 'arial-regular';
    --font-b2: 'arial-regular';
    
    --font-t1: 'arial-black';
    --font-t2: 'arial-bold';

    --font-nav: 'arial-bold';

    --font-xs: 60%;
    --font-s: 80%;
    --font-m: 16px;
    --font-l: calc(27 / 16 * 100%);
    --font-xl: calc(36 / 16 * 100%);
    --font-xxl: calc(45 / 16 * 100%);
}

@media (max-width: 767px) {
    :root {
        --font-m: 16px;
        --pd-sec: 60px 0;
    }
}
@font-face {
    font-family: 'arial-black';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/arial-black.ttf') format('truetype'),
        url('../fonts/arial-black.eot') format('embedded-opentype'),
        url('../fonts/arial-black.woff') format('woff'),
        url('../fonts/arial-black.svg') format('svg');
}
@font-face {
    font-family: 'arial-bold';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/arial-bold.ttf') format('truetype'),
        url('../fonts/arial-bold.eot') format('embedded-opentype'),
        url('../fonts/arial-bold.woff') format('woff'),
        url('../fonts/arial-bold.svg') format('svg');
}

@font-face {
    font-family: 'arial-regular';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/arial-regular.ttf') format('truetype'),
        url('../fonts/arial-regular.eot') format('embedded-opentype'),
        url('../fonts/arial-regular.woff') format('woff'),
        url('../fonts/arial-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');
}
*/
