/*	open-sans.css
	================================================================================================

	<link rel="stylesheet" type="text/css" href="https://fonts.manngo.net/open-sans.css">

	Weights
	================================================================================================
	Light			300
	Regular			400	Normal
	SemiBold		600
	Bold			700	Bold
	ExtraBold		800
	================================================================================================ */

	@font-face {
		font-family: 'Open Sans';
		src:	url('open-sans/OpenSans-Light-webfont.woff') format('woff');
		font-weight: 300;
		font-style: normal;
	}

	@font-face {
		font-family: 'Open Sans';
		src:	url('open-sans/OpenSans-LightItalic-webfont.woff') format('woff');
		font-weight: 300;
		font-style: italic;
	}

	@font-face {
		font-family: 'Open Sans';
		src:	url('open-sans/OpenSans-Regular-webfont.woff') format('woff');
		font-weight: normal;
		font-style: normal;
	}

	@font-face {
		font-family: 'Open Sans';
		src:	url('open-sans/OpenSans-Italic-webfont.woff') format('woff');
		font-weight: normal;
		font-style: italic;
	}

	@font-face {
		font-family: 'Open Sans';
		src:	url('open-sans/OpenSans-Semibold-webfont.woff') format('woff');
		font-weight: 600;
		font-style: normal;
	}

	@font-face {
		font-family: 'Open Sans';
		src:	url('open-sans/OpenSans-SemiboldItalic-webfont.woff') format('woff');
		font-weight: 600;
		font-style: italic;
	}

	@font-face {
		font-family: 'Open Sans';
		src:	url('open-sans/OpenSans-Bold-webfont.woff') format('woff');
		font-weight: bold;
		font-style: normal;
	}

	@font-face {
		font-family: 'Open Sans';
		src:	url('open-sans/OpenSans-BoldItalic-webfont.woff') format('woff');
		font-weight: bold;
		font-style: italic;
	}

	@font-face {
		font-family: 'Open Sans';
		src:	url('open-sans/OpenSans-ExtraBold-webfont.woff') format('woff');
		font-weight: 800;
		font-style: normal;
	}

	@font-face {
		font-family: 'Open Sans';
		src:	url('open-sans/OpenSans-ExtraBoldItalic-webfont.woff') format('woff');
		font-weight: 800;
		font-style: italic;
	}
