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

[class^="icon-"], [class*=" icon-"] {
	font-family: 'weather-normal-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.icon-storm:before {
	content: "\e900";
}
.icon-snow:before {
	content: "\e901";
}
.icon-sleet:before {
	content: "\e902";
}
.icon-rain:before {
	content: "\e903";
}
.icon-fog:before {
	content: "\e904";
}
.icon-cloudly-sun:before {
	content: "\e905";
}
.icon-cloudlynight:before {
	content: "\e906";
}
.icon-cloudly:before {
	content: "\e907";
}
.icon-clear-night:before {
	content: "\e908";
}
.icon-clear:before {
	content: "\e909";
}

