@font-face {
	font-family: Title;
	src: url('/fonts/HoboStd.otf');
}

@font-face {
	font-family: Regular;
	src: url('/fonts/OpenSans-Regular.ttf');
}

@font-face {
	font-family: Light;
	src: url('/fonts/OpenSans-Light.ttf');
}

@font-face {
	font-family: Title2;
	src: url('/fonts/OpenSans-CondBold.ttf');
}

@font-face {
	font-family: CondLight;
	src: url('/fonts/OpenSans-CondLight.ttf');
}

@font-face {
	font-family: Bold;
	src: url('/fonts/OpenSans-Bold.ttf');
}