/* Fonts */

@font-face {
    font-family: 'InterstateRegular';
    src: url('../fonts/interstate_regular-webfont.eot');
    src: url('../fonts/interstate_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/interstate_regular-webfont.woff2') format('woff2'),
         url('../fonts/interstate_regular-webfont.woff') format('woff'),
         url('../fonts/interstate_regular-webfont.ttf') format('truetype'),
         url('../fonts/interstate_regular-webfont.svg#interstateregular') format('svg');
    font-weight:normal;
    font-style:normal;

}

@font-face {
    font-family: 'InterstateBold';
    src: url('../fonts/interstate_bold-webfont.eot');
    src: url('../fonts/interstate_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/interstate_bold-webfont.woff2') format('woff2'),
         url('../fonts/interstate_bold-webfont.woff') format('woff'),
         url('../fonts/interstate_bold-webfont.ttf') format('truetype'),
         url('../fonts/interstate_bold-webfont.svg#interstatebold') format('svg');
    font-weight:normal;
    font-style:normal;

}
