@font-face {
    font-family: MEDIUM;
    src: url("fonts/BornReadySlanted.woff");
}
@font-face {
    font-family: REGULAR;
    src: url("fonts/IMFePIrm29P.woff");
}
@font-face {
    font-family: Bold;
    src: url("fonts/PantonRustExtraBold-Gr.woff");
}
:root {
    /*--primary: #ba0023;
    --secondary: #000;
    --light_gray: #f5f5f5;
    --gray: #919090;
    --font_heading: 24px;
    --font_subheading: 22px;
    --font_desc: 14px;
    --font_small: 12px;*/
    --font_family_medium: MEDIUM;
    --font_family_bold:REGULAR;
    --font_family_light:Bold;

}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
    :root {
        /*--font_heading: 24px;
        --font_subheading: 14px;
        --font_desc: 12px;
        --font_small: 10px;*/
    --font_family_medium: MEDIUM;
    --font_family_bold:REGULAR;
    --font_family_light:Bold;

    }
}
