/*
@font-face {
    font-family: 'aileronthin';
    src: url('aileron.thin-webfont.eot');
    src: url('aileron.thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('aileron.thin-webfont.woff2') format('woff2'),
         url('aileron.thin-webfont.woff') format('woff'),
         url('aileron.thin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'juralight';
    src: url('jura-light-webfont.eot');
    src: url('jura-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('jura-light-webfont.woff2') format('woff2'),
         url('jura-light-webfont.woff') format('woff'),
         url('jura-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
*/


@font-face {
    font-family: 'opensans';
    src: url('opensans_regular/OpenSans-Regular-webfont.eot');
    src: url('opensans_regular/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans_regular/OpenSans-Regular-webfont.woff2') format('woff2'),
         url('opensans_regular/OpenSans-Regular-webfont.woff') format('woff'),
         url('opensans_regular/OpenSans-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensans_bold';
    src: url('opensans_bold/OpenSans-Bold-webfont.eot');
    src: url('opensans_bold/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans_bold/OpenSans-Bold-webfont.woff2') format('woff2'),
         url('opensans_bold/OpenSans-Bold-webfont.woff') format('woff'),
         url('opensans_bold/OpenSans-Bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensans_light';
    src: url('opensans_light/OpenSans-Light-webfont.eot');
    src: url('opensans_light/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans_light/OpenSans-Light-webfont.woff2') format('woff2'),
         url('opensans_light/OpenSans-Light-webfont.woff') format('woff'),
         url('opensans_light/OpenSans-Light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}





/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(material-icons.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}
