.w400 { font-weight: 400; }
.italic { font-style: italic; }

.Solae { font-family: 'Solae'; }

@font-face {
	font-family:'Solae';
	src: 	url('/fonts/solae/solae-rotalic.woff') format('woff');
	font-style: italic;
	font-weight: 400;
}
@font-face {
	font-family:'Solae';
	src: 	url('/fonts/solae/solae.woff') format('woff');
	font-style: normal;
	font-weight: 400;
}
