/*
|--------------------------------------------------------------------------
| Production Fonts
|--------------------------------------------------------------------------
*/
@font-face {
	font-family: a1;
	src:
		local("a1"),
		url(../fonts/A1SansV5-Regular.woff) format("woff");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: a1;
	src:
		local("a1"),
		url(../fonts/A1SansV5-Bold.woff) format("woff");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: a1-serif;
	src:
		local("a1-serif"),
		url(../fonts/A1SerifV5-Regular.woff) format("woff");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: a1-serif;
	src:
		local("a1-serif"),
		url(../fonts/A1SerifV5-Bold.woff) format("woff");
	font-weight: 700;
	font-style: normal;
}
