/* Sapphire Display 1 */

@font-face {
  font-family: 'webfont';
  src: url('SapphireRegular-DisplayLiga.eot'); 													/* IE9 Compat Modes */
  src: url('SapphireRegular-DisplayLiga.eot#iefix') format('embedded-opentype'), 				/* IE6-IE8 */
       url('SapphireRegular-DisplayLiga.woff') format('woff'), 									/* Modern Browsers */
       url('SapphireRegular-DisplayLiga.ttf')  format('truetype'), 								/* Safari, Android, iOS */
       url('SapphireRegular-DisplayLiga.svg') format('svg'); 	/* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
  
}

body {
	font-family: 'webfont';
	font-feature-settings: "liga", "onum", "kern";
	-moz-font-feature-settings: "liga=1, onum=1, kern=1";      			/* Firefox 14 and before */
	-moz-font-feature-settings:  "liga" on, "onum" on, "kern" on;      	/* Firefox 15 */
	-webkit-font-feature-settings: "liga", "onum", "kern";  			/* WebKit */
	-o-font-feature-settings: "liga", "onum", "kern";       			/* Opera */
	
	text-rendering:optimizeLegibility;
}