
/* Import Fonts */

/* Milano */
@font-face {
	font-family: 'Milano';
	src: url('MTTMilano-Regular.otf') format('opentype');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'Milano';
	src: url('MTTMilano-Medium.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Milano';
	src: url('MTTMilano-Bold.otf') format('opentype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Milano';
	src: url('MTTMilano-UltraBold.otf') format('opentype');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Milano';
	src: url('MTTMilano-Black.otf') format('opentype');
	font-weight: 900;
	font-style: normal;
}
