html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
@font-face {
    font-family: 'mitrregular';
    src: url('Mitr-Light.eot');
    src: url('Mitr-Light.eot?#iefix') format('embedded-opentype'),
         url('Mitr-Light.woff2') format('woff2'),
         url('Mitr-Light.woff') format('woff'),
         url('Mitr-Light.ttf') format('truetype'),
         url('Mitr-Light.svg#rsuregular') format('svg'),
		 url('Mitr-Light.otf') format('opentype');
	font-weight: normal;
 	font-style: normal;
}

@font-face {
    font-family: 'mitrbold';
    src: url('Mitr-Regular.eot');
    src: url('Mitr-Regular.eot?#iefix') format('embedded-opentype'),
         url('Mitr-Regular.woff2') format('woff2'),
         url('Mitr-Regular.woff') format('woff'),
         url('Mitr-Regular.ttf') format('truetype'),
         url('Mitr-Regular.svg#sansbold') format('svg'),
		 url('Mitr-Regular.otf') format('opentype');
 	font-weight: normal;
	font-style: normal;
}
