@font-face {
	font-family: 'Bebas';
	font-weight: 300;
	src: url('/fonts/bebas-book.otf') format('opentype');
}

@font-face {
	font-family: 'Bebas';
	font-weight: 400;
	src: url('/fonts/bebas-regular.otf') format('opentype');
}

@font-face {
	font-family: 'Bebas';
	font-weight: 700;
	src: url('/fonts/bebas-bold.otf') format('opentype');
}