@font-face {
	font-family: "EuroStyle Normal";
	src: url("./eurostyle-normal.eot"); /* IE9 Compat Modes */
	src: url("./eurostyle-normal.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
		url("./eurostyle-normal.otf") format("opentype"), /* Open Type Font */
		url("./eurostyle-normal.svg") format("svg"), /* Legacy iOS */
		url("./eurostyle-normal.ttf") format("truetype"), /* Safari, Android, iOS */
		url("./eurostyle-normal.woff") format("woff"), /* Modern Browsers */
		url("./eurostyle-normal.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "EuroStyle Bold";
	src: url("./eurostyle-bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}