@charset "utf-8";

/* FONTS
============================== */
@font-face{
	font-family: 'MessinaSans';
	src: url('../fonts/MessinaSans-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
@font-face{
	font-family: 'MessinaSans Italic';
	src: url('../fonts/MessinaSans-RegularItalic.woff2') format('woff2');
	font-weight: normal;
	font-style: italic;
	font-display: block;
}
@font-face{
	font-family: 'MessinaSans Light';
	src: url('../fonts/MessinaSans-Light.woff2') format('woff2');
	font-weight: lighter;
	font-style: normal;
	font-display: block;
}
@font-face{
	font-family: 'MessinaSans Light Italic';
	src: url('../fonts/MessinaSans-LightItalic.woff2') format('woff2');
	font-weight: lighter;
	font-style: italic;
	font-display: block;
}
@font-face{
	font-family: 'MessinaSans Bold';
	src: url('../fonts/MessinaSans-Bold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
	font-display: block;
}
@font-face{
	font-family: 'MessinaSans Bold Italic';
	src: url('../fonts/MessinaSans-BoldItalic.woff2') format('woff2');
	font-weight: bold;
	font-style: italic;
	font-display: block;
}
