@charset "utf-8";
@font-face{
	font-family: Gothic;
	src: url("../fonts/gothic.ttf") format("truetype");
}
@font-face{
	font-family: Gothic;
	font-weight: bold;
	src: url("../fonts/gothicb.ttf") format("truetype");
}
@font-face{
	font-family: Gothic;
	font-style: italic;
	src: url("../fonts/gothici.ttf") format("truetype");
}
@font-face{
	font-family: Gothic;
	font-style: italic;
	font-weight: bold;
	src: url("../fonts/gothicbi.ttf") format("truetype");
}
