/*!
 * 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-2017 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Mark Simonson Studio
 * License URL: https://www.fontspring.com/licenses/mark-simonson-studio/webfont
 *
 *
 */

 @font-face {
	font-family: "roboto";
	src:
		local( 'Roboto' ),
		url( '../fonts/roboto/roboto-regular.woff' ) format( 'woff' ),
		url( '../fonts/roboto/roboto-regular.woff2' ) format( 'woff2' );
	font-weight: 400;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: "roboto";
	src:
		local( 'Roboto Bold' ),
		url( '../fonts/roboto/roboto-bold.woff' ) format( 'woff' ),
		url( '../fonts/roboto/roboto-bold.woff2' ) format( 'woff2' );
	font-weight: 700;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: "roboto";
	src:
		local( 'Roboto Medium' ),
		url( '../fonts/roboto/roboto-medium.woff' ) format( 'woff' ),
		url( '../fonts/roboto/roboto-medium.woff2' ) format( 'woff2' );
	font-weight: 500;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: "roboto-mono";
	src:
		local( 'Roboto Mono' ),
		url( '../fonts/roboto/robotomono-regular.woff' ) format( 'woff' ),
		url( '../fonts/roboto/robotomono-regular.woff2' ) format( 'woff2' );
	font-weight: 400;
	font-style: normal;
	font-display: fallback;
}
