@font-face {
    font-family: 'Lato';
    src: url('/static/lato-italic-webfont.eot');
    src: url('/static/lato-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/lato-italic-webfont.woff2') format('woff2'),
         url('/static/lato-italic-webfont.woff') format('woff'),
         url('/static/lato-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;

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

}
@font-face {
  font-family: "Oswald";
  src: url('/static/oswald-light.eot');
  src: url('/static/oswald-light.eot?#iefix') format('embedded-opentype'),
       url('/static/oswald-light.woff2') format('woff2'),
       url('/static/oswald-light.woff') format('woff'),
       url('/static/oswald-light.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

html, body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.333em;
}

h1, h2, h3, h4, h5, h6, h7 {
/*  font-family: "ff-enzo-web", Helvetica, Arial, sans-serif;*/
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.333em;
}
