@font-face {
	font-family: 'Proxima';
	font-weight: 300;
	src: url('/fonts/proxima-light.otf') format('opentype');
}

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

@font-face {
	font-family: 'Proxima';
	font-weight: 600;
	src: url('/fonts/proxima-sbold.otf') format('opentype');
}
@font-face {
	font-family: 'Proxima';
	font-weight: 700;
	src: url('/fonts/proxima-bold.otf') format('opentype');
}

@font-face {
	font-family: 'Proxima';
	font-weight: 800;
	src: url('/fonts/proxima-ebold.otf') format('opentype');
}