@font-face {
    font-family: 'mitr';
    src: url('webfonts/mitr-regular.eot');
    src: url('webfonts/mitr-regular.eot?#iefix') format('embedded-opentype'),
        url('webfonts/mitr-regular.woff2') format('woff2'),
        url('webfonts/mitr-regular.woff') format('woff'),
        url('webfonts/mitr-regular.ttf') format('truetype'),
        url('webfonts/mitr-regular.svg#mitr-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'mitr-light';
  src: url('webfonts/mitr-light.eot');
  src: url('webfonts/mitr-light.eot?#iefix') format('embedded-opentype'),
      url('webfonts/mitr-light.woff2') format('woff2'),
      url('webfonts/mitr-light.woff') format('woff'),
      url('webfonts/mitr-light.ttf') format('truetype'),
      url('webfonts/mitr-light.svg#mitr-light') format('svg');
  font-weight: 300;
  font-style: normal;
}

body,html{
  font-family: "mitr-light", sans-serif!important;
}

h1,h2,h3,h4,h5,h6,.title{
  font-family: 'mitr'!important;
}