/*
100	Thin (Hairline)
200	Extra Light (Ultra Light)
300	Light
400	Normal
500	Medium
600	Semi Bold (Demi Bold)
700	Bold
800	Extra Bold (Ultra Bold)
900	Black (Heavy)
*/


@font-face {
	font-family: 'Open Sans';
	src: url(../fonts/opensans/light/opensans-300.woff2) format('woff2'), url(../fonts/opensans/light/opensans-300.woff) format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: url(../fonts/opensans/regular/opensans-400.woff2) format('woff2'), url(../fonts/opensans/regular/opensans-400.woff) format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: url(../fonts/opensans/semibold/opensans-600.woff2) format('woff2'), url(../fonts/opensans/semibold/opensans-600.woff) format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: url(../fonts/opensans/bold/opensans-700.woff2) format('woff2'), url(../fonts/opensans/bold/opensans-700.woff) format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: url(../fonts/opensans/extrabold/opensans-800.woff2) format('woff2'), url(../fonts/opensans/extrabold/opensans-800.woff) format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'porto-icons';
	src: url('../fonts/porto-icons.eot');
	src: url('../fonts/porto-icons.eot?#iefix') format('embedded-opentype'),
	url('../fonts/porto-icons.woff?') format('woff'),
	url('../fonts/porto-icons.ttf?') format('truetype'),
	url('../fonts/porto-icons.svg?#porto-icons') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
