@font-face {
	font-family: CustomFont;
	src: url(BrunoAceSC-Regular.ttf);
}

body {
	font-family: CustomFont;
	font-size: 125%;
}
