@font-face {
    font-family: RobotoCondensed;
    src: url('../fonts/RobotoCondensed/RobotoCondensed-Regular.ttf');
}
@font-face {
    font-family: RobotoCondensed-Bold;
    src: url('../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf');
}
/**/
@font-face {
    font-family: Roboto;
    src: url('../fonts/Roboto/Roboto-Regular.ttf');
}

:root {
    --mainColor: #1A1A1A;
    --semiMain: #EA212D;
    --secondColor: #E6E6E6;
    --colorIframeHead: #fff;
    --backIframe: #FFFFFF;
    --backButton: #E6E7E8;
    --backMenu: #E6E6E6;
    --backMegaMenu: #1A1A1A;
    --buttonMain: #EA212D;
    --buttonSecondMain: #D30D20;
    --buttonSecondary: #AAAAAA;
    --buttonSecondarySecond: #6D6E71;
    --colorLoader: #AAAAAA;
    --fontFirst: "RobotoCondensed-Bold", sans-serif;
    --fontSecond:  "RobotoCondensed", sans-serif;
    --font_2: "Roboto", sans-serif;
}

