/* latin */

@font-face {
    font-family: 'antartida';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/antartida-rounded-bold-webfont.woff) format('woff');
}

@font-face {
    font-family: 'antartida2';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/antartida-rounded-medium-webfont.woff) format('woff');
}

:root {
    --cFirst: #442359;
    --cSecond: #e64e00;
    --cThird: #44b4a6;
    --cBackground: #e64e00;
    --fPrimary: 'antartida';
    --fSecondary: 'antartida2';
    --fThird: 'antartida';
}