@font-face {
	font-family: 'OpenSans';
	src: url(OpenSans-Light.ttf);
}
@font-face {
	font-family: 'Blueberry';
	src: url(Blueberry.ttf);
}

html, body {
	font-family: OpenSans !important;
}

.blueberry {
	font-family: Blueberry !important;
}

