@charset "utf-8";
/* LOAD FONTS */

@font-face {
    font-family: EYInterstate-Bold;
    src: url(eyfonts/EYInterstate-Bold.ttf);
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: EYInterstate-Bold-Italic;
    src: url(eyfonts/EYInterstate-BoldItalic.ttf);
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: EYInterstate-Italic;
    src: url(eyfonts/EYInterstate-Italic.ttf);
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: EYInterstate;
    src: url(eyfonts/EYInterstate-Regular.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: EYInterstate-Light;
    src: url(eyfonts/EYInterstate-Light.ttf);
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: EYInterstate-LightItalic;
    src: url(eyfonts/EYInterstate-LightItalic.ttf);
    font-weight: 200;
    font-style: italic
}

