@font-face {
	font-family: 'NescafeSans';
	src: url('NescafeSans/NescafeSans-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'NescafeSans';
	src: url('NescafeSans/NescafeSans-Light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'NescafeSans';
	src: url('NescafeSans/NescafeSans-Italic.otf') format('opentype');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'NescafeSans';
	src: url('NescafeSans/NescafeSans-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
}