/* Font Embedding */

/* Template
@font-face {
	font-family: "Webfont";
	font-weight: bold;
	font-style: italic;
	src: url("webfont.eot");  // IE 9 Compatibility View
	src: url("webfont.eot?#iefix") format("embedded-opentype"),  // IE 6, 7, 8
	     url("webfont.woff") format("woff"),  // modern browsers
	     url("webfont.ttf")  format("truetype"),  // Safari, Android, iOS
	     url("webfont.svg#webfontidentifier") format("svg");  // legacy iOS
}
*/

/*
 * 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-2012 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: "Interval Sans Pro";
	src: url("../eot/interval_regular-webfont.eot");
	src: url("../eot/interval_regular-webfontd41d.eot#iefix") format("embedded-opentype"),
	     url("../woff/interval_regular-webfont.woff") format("woff"),
	     url("../ttf/interval_regular-webfont.ttf") format("truetype"),
	     url("../svg/interval_regular-webfont.svg#IntervalSansProRegular") format("svg");
}

@font-face {
	font-family: "Interval Sans Pro";
	font-style: italic;
	src: url("../eot/interval_regular_italic-webfont.eot");
	src: url("../eot/interval_regular_italic-webfontd41d.eot#iefix") format("embedded-opentype"),
	     url("../woff/interval_regular_italic-webfont.woff") format("woff"),
	     url("../ttf/interval_regular_italic-webfont.ttf") format("truetype"),
	     url("../svg/interval_regular_italic-webfont.svg#IntervalSansProItalic") format("svg");
}

@font-face {
	font-family: "Interval Sans Pro";
	font-weight: bold;
	src: url("../eot/interval_bold-webfont.eot");
	src: url("../eot/interval_bold-webfontd41d.eot#iefix") format("embedded-opentype"),
	     url("../woff/interval_bold-webfont.woff") format("woff"),
	     url("../ttf/interval_bold-webfont.ttf") format("truetype"),
	     url("../svg/interval_bold-webfont.svg#IntervalSansProBold") format("svg");
}

@font-face {
	font-family: "Interval Sans Pro";
	font-weight: bold;
	font-style: italic;
	src: url("../eot/interval_bold_italic-webfont.eot");
	src: url("../eot/interval_bold_italic-webfontd41d.eot#iefix") format("embedded-opentype"),
	     url("../woff/interval_bold_italic-webfont.woff") format("woff"),
	     url("../ttf/interval_bold_italic-webfont.ttf") format("truetype"),
	     url("../svg/interval_bold_italic-webfont.svg#IntervalSansProBoldItalic") format("svg");
}

@font-face {
    font-family: "Interval Sans Pro Light";
	src: url('../eot/interval_light-webfont.eot');
    src: url('../eot/interval_light-webfontd41d.eot#iefix') format('embedded-opentype'),
         url('../woff/interval_light-webfont.woff') format('woff'),
         url('../ttf/interval_light-webfont.ttf') format('truetype'),
         url('../svg/interval_light-webfont.svg#IntervalSansProLightRegular') format('svg');
}

@font-face {
    font-family: "Interval Sans Pro Light";
	font-weight: bold;
	src: url("../eot/interval_medium-webfont.eot");
	src: url("../eot/interval_medium-webfontd41d.eot#iefix") format("embedded-opentype"),
	     url("../woff/interval_medium-webfont.woff") format("woff"),
	     url("../ttf/interval_medium-webfont.ttf") format("truetype"),
	     url("../svg/interval_medium-webfont.svg#IntervalSansProMediumRegular") format("svg");
}
