@charset "utf-8";
/* CSS Document */

@font-face{
	font-family: "Questrial";
	src: url("../extra/Questrial.woff") format("woff");
}

@font-face{
	font-family: "Nova";
	src: url("../extra/Nova.woff") format("woff");
}

html, body{
	font-family: Questrial;
	font-size: 14px
}



