@font-face{
    font-family:'Domaine Display';
	src: url('../eot/domaine-display-web-regular.eot'); /* IE9 Compat Modes */
	src: url('../eot/domaine-display-web-regulard41d.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../woff2/domaine-display-web-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../woff/domaine-display-web-regular.woff') format('woff'); /* Pretty Modern Browsers */
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
@font-face{
    font-family:'MessinaSans Light';
	src: url('../eot/messinasansweb-light.eot'); /* IE9 Compat Modes */
	src: url('../eot/messinasansweb-lightd41d.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../woff2/messinasansweb-light.woff2') format('woff2'), /* Super Modern Browsers */
         url('../woff/messinasansweb-light.woff') format('woff'); /* Pretty Modern Browsers */
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-FB04;
	font-display: swap;
}
@font-face{
    font-family:'MessinaSans Regular';
	src: url('../eot/messinasansweb-regular.eot'); /* IE9 Compat Modes */
	src: url('../eot/messinasansweb-regulard41d.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../woff2/messinasansweb-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../woff/messinasansweb-regular.woff') format('woff'); /* Pretty Modern Browsers */
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-FB04;
	font-display: swap;
}
@font-face{
    font-family:'MessinaSans Bold';
	src: url('../eot/messinasansweb-bold.eot'); /* IE9 Compat Modes */
	src: url('../eot/messinasansweb-boldd41d.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../woff2/messinasansweb-bold.woff2') format('woff2'), /* Super Modern Browsers */
         url('../woff/messinasansweb-bold.woff') format('woff'); /* Pretty Modern Browsers */
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-FB04;
	font-display: swap;
}
/*@font-face{
    font-family:'MessinaSans Condensed';
	src: url('../fonts/MessinaSansCondensedWeb-Regular.eot');
	src: url('../fonts/MessinaSansCondensedWeb-Regular.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/MessinaSansCondensedWeb-Regular.woff2') format('woff2'), 
         url('../fonts/MessinaSansCondensedWeb-Regular.woff') format('woff'); 
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-FB04;
	font-display: swap;
}*/
@font-face{
    font-family:'MessinaSerif Regular';
	src: url('../eot/messinaserifweb-regular.eot'); /* IE9 Compat Modes */
	src: url('../eot/messinaserifweb-regulard41d.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../woff2/messinaserifweb-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../woff/messinaserifweb-regular.woff') format('woff'); /* Pretty Modern Browsers */
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-FB04;
	font-display: swap;
}
@font-face {
	font-family:'MessinaSerif Light';
	src: url('../eot/messinaserifweb-light.eot'); /* IE9 Compat Modes */
	src: url('../eot/messinaserifweb-lightd41d.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../woff2/messinaserifweb-light.woff2') format('woff2'), /* Super Modern Browsers */
         url('../woff/messinaserifweb-light.woff') format('woff'); /* Pretty Modern Browsers */
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-FB04;
	font-display: swap;
}

body {
    -moz-osx-font-smoothing: grayscale;     /* optimize font rendering */
    -webkit-font-smoothing: antialiased;    /* apply font anti-aliasing */
    text-rendering: optimizeLegibility;     /* emphasizes in legibility over rendering speed */
	-moz-font-feature-settings:"kern" 1;    /* turn on kerning, highly recomened */ 
    -ms-font-feature-settings:"kern" 1;     /* turn on kerning, highly recomened */ 
    -o-font-feature-settings:"kern" 1;      /* turn on kerning, highly recomened */
    -webkit-font-feature-settings:"kern" 1; /* turn on kerning, highly recomened */
    font-feature-settings:"kern" 1;         /* turn on kerning, highly recomened */
    font-kerning: normal;                   /* turn on kerning, highly recomened */

    font-feature-settings: "liga" on;       /* ligatures: on or off */
    font-feature-settings: "dlig" off;      /* discretionary-ligatures: on or off */
    font-feature-settings: "onum" off;      /* old-style-figures: on or off */
    font-feature-settings: "lnum" off;      /* lining-figures: on or off */
    font-feature-settings: "ss01" off;      /* alternate glyphs: on or off */
}
