/* NORMAL */

@font-face {
  font-family: 'Comfortaa Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Comfortaa'), local('Comfortaa'), url(../fonts/comfortaa-regular-webfont.woff) format('woff');
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face{
		font-family: 'Comfortaa Regular';
		font-style: normal;
		font-weight: normal;
		src: url("../fonts/comfortaa-regular-webfont.ttf") format("truetype");
	}
}


/* LIGHT */

@font-face {
  font-family: 'Comfortaa Light';
  font-style: normal;
  font-weight: normal;
  src: local('Comfortaa'), local('Comfortaa'), url(../fonts/comfortaa-light-webfont.woff) format('woff');
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face{
		font-family: 'Comfortaa Light';
		font-style: normal;
		font-weight: normal;
		src: url("../fonts/comfortaa-light-webfont.ttf") format("truetype");
	}
}


/* UNIQUE */

@font-face {
  font-family: 'Baskerville Serial Hu';
  font-style: normal;
  font-weight: normal;
  src: local('Baskerville Serial Hu'), url(../fonts/basker-webfont.woff) format('woff');
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face{
		font-family: 'Baskerville Serial Hu';
		font-style: normal;
		font-weight: normal;
		src: url("../fonts/basker-webfont.ttf") format("truetype");
	}
}

@font-face {
	font-family: 'Handlee Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Handlee Regular'), url(../fonts/Handlee-Regular-webfont.woff) format('woff');
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face{
		font-family: 'Handlee Regular';
		font-style: normal;
		font-weight: normal;
		src: url("../fonts/Handlee-Regular.ttf") format("truetype");
	}
}