@font-face {
	font-family: 'custom';
	src: url(/assets/fonts/SofiaSans-Regular.ttf) format('truetype');
}
	
body {
	font-family: 'custom';
}