


/* 
-------------------------
INTERSTATE NORMAL 
-------------------------
*/

/* Extra Light */
@font-face {
    font-family: 'Interstate';
    src: url('interstate-extralight-webfont.woff2') format('woff2'),
         url('interstate-extralight-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}
/* Extra Light Italic */
@font-face {
    font-family: 'Interstate';
    src: url('interstate-extralightitalic-webfont.woff2') format('woff2'),
         url('interstate-extralightitalic-webfont.woff') format('woff');
    font-weight: 300;
    font-style: italic;

}
/* Light  */
@font-face {
    font-family: 'Interstate';
    src: url('interstate-light-webfont.woff2') format('woff2'),
         url('interstate-light-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}
/* Regular  */
/*
@font-face {
    font-family: 'Interstate';
    src: url('interstate-regular-webfont.woff2') format('woff2'),
         url('interstate-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}
*/
/* Regular Italic */
@font-face {
    font-family: 'Interstate';
    src: url('interstate-regularitalic-webfont.woff2') format('woff2'),
         url('interstate-regularitalic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;

}

/* Bold */
@font-face {
    font-family: 'Interstate';
    src: url('interstate-bold-webfont.woff2') format('woff2'),
         url('interstate-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}


/* 
-------------------------
INTERSTATE CONDENSED 
-------------------------
*/

/* Extra Light */
@font-face {
    font-family: 'Interstate Condensed';
    src: url('interstate-extralightcond-webfont.woff2') format('woff2'),
         url('interstate-extralightcond-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}

/* Light */
@font-face {
    font-family: 'Interstate Condensed';
    src: url('interstate-lightcondensed-webfont.woff2') format('woff2'),
         url('interstate-lightcondensed-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}
/* Regular */
@font-face {
    font-family: 'Interstate Condensed';
    src: url('interstate-regularcondensed-webfont.woff2') format('woff2'),
         url('interstate-regularcondensed-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

/* Bold */
@font-face {
    font-family: 'Interstate Condensed';
    src: url('interstate-boldcondensed-webfont.woff2') format('woff2'),
         url('interstate-boldcondensed-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
