/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2011 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Mostardesign
 * License URL: http://www.fontspring.com/fflicense/mostardesign
 *
 *
 */

@font-face {
    font-family: 'IntervalSansProLight';
    src: url('../fonts/light/interval_light-webfont.eot');
    src: url('../fonts/light/interval_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/light/interval_light-webfont.woff') format('woff'),
         url('../fonts/light/interval_light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'IntervalSansProRegular';
    src: url('../fonts/regular/interval_regular-webfont.eot');
    src: url('../fonts/regular/interval_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/regular/interval_regular-webfont.woff') format('woff'),
         url('../fonts/regular/interval_regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'IntervalSansProRegular';
    src: url('../fonts/regularitalic/interval_regular_italic-webfont.eot');
    src: url('../fonts/regularitalic/interval_regular_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/regularitalic/interval_regular_italic-webfont.woff') format('woff'),
         url('../fonts/regularitalic/interval_regular_italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'IntervalSansProMedium';
    src: url('../fonts/medium/interval_medium-webfont.eot');
    src: url('../fonts/medium/interval_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/medium/interval_medium-webfont.woff') format('woff'),
         url('../fonts/medium/interval_medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'IntervalSansProSemiBold';
    src: url('../fonts/semibold/interval_semi_bold-webfont.eot');
    src: url('../fonts/semibold/interval_semi_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/semibold/interval_semi_bold-webfont.woff') format('woff'),
         url('../fonts/semibold/interval_semi_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IntervalSansProSemiBold';
    src: url('../fonts/semibolditalic/interval_semi_bold_italic-webfont.eot');
    src: url('../fonts/semibolditalic/interval_semi_bold_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/semibolditalic/interval_semi_bold_italic-webfont.woff') format('woff'),
         url('../fonts/semibolditalic/interval_semi_bold_italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'IntervalSansProBold';
    src: url('../fonts/bold/interval_bold-webfont.eot');
    src: url('../fonts/bold/interval_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bold/interval_bold-webfont.woff') format('woff'),
         url('../fonts/bold/interval_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

