@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: local('Material Icons'),
	local('MaterialIcons-Regular'),
	url(../font/materialicons-regular.ttf) format('truetype');
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';
}
@font-face {
	font-family: 'Source Sans Pro'; font-style: normal; font-weight: 300;
	src: url('../font/sourcesanspro/light.ttf') format('truetype')
}
@font-face {
	font-family: 'Source Sans Pro'; font-style: normal; font-weight: 400;
	src: url('../font/sourcesanspro/regular.ttf') format('truetype')
}
@font-face {
	font-family: 'Source Sans Pro'; font-style: normal; font-weight: 600;
	src: url('../font/sourcesanspro/semibold.ttf') format('truetype')
}
@font-face {
	font-family: 'MeteoconsRegular'; font-style: normal; font-weight: normal;
	src: url('../font/meteocons-webfont.eot');
	src: url('../font/meteocons-webfont.eot?#iefix') format('embedded-opentype'),
		   url('../font/meteocons-webfont.woff') format('woff'),
		   url('../font/meteocons-webfont.ttf') format('truetype'),
		   url('../font/meteocons-webfont.svg#MeteoconsRegular') format('svg');
}

@font-face {
	font-family: 'Kirvy Bold';
	src: url('../font/kirvy-bold.woff') format('woff');
}
@font-face {
	font-family: 'Kirvy Regular';
	src: url('../font/kirvy-regular.woff') format('woff');
}
@font-face {
	font-family: 'Kirvy Thin';
	src: url('../font/kirvy-thin.woff') format('woff');
}