@font-face {
  font-family: 'reckless_light';
  font-style: normal;
  font-weight: 300;
  src: url('/static/Reckless-Light.woff2') format('woff2');
}

@font-face {
  font-family: 'grotesque_pro_light';
  src: url('/static/basis-grotesque-light-pro.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'basis-grotesque-light-pro';
  font-style: normal;
  font-weight: 300;
  src: url('/static/basis-grotesque-light-pro.eot');
  src: url('/static/basis-grotesque-light-pro.eot?#iefix') format('embedded-opentype'),
    url('/static/basis-grotesque-light-pro.woff2') format('woff2'),
    url('/static/basis-grotesque-light-pro.woff') format('woff'),
    url('/static/basis-grotesque-light-pro.ttf') format('truetype');
}
@font-face {
  font-family: 'sharp_grotesque';
  font-style: normal;
  font-weight: normal;
  src: url('/static/SharpGroteskBlack10.eot');
  src: url('/static/SharpGroteskBlack10.eot?#iefix') format('embedded-opentype'),
    url('/static/SharpGroteskBlack10.woff2') format('woff2'),
    url('/static/SharpGroteskBlack10.woff') format('woff'),
    url('/static/SharpGroteskBlack10.ttf') format('truetype');
}

@font-face {
  font-family: 'sharp_grotesque_05';
  font-style: normal;
  font-weight: normal;
  src: url('/static/SharpGroteskBlack05.eot');
  src: url('/static/SharpGroteskBlack05.eot?#iefix') format('embedded-opentype'),
    url('/static/SharpGroteskBlack05.woff2') format('woff2'),
    url('/static/SharpGroteskBlack05.woff') format('woff'),
    url('/static/SharpGroteskBlack05.ttf') format('truetype');
}

/* @font-face {
  font-family: 'sharp_grotesque_15';
  font-style: normal;
  font-weight: 900;
  font-style: normal;
  font-weight: 300;
  src: url('/static/SharpGroteskBlack15.eot');
  src: url('/static/SharpGroteskBlack15.eot?#iefix') format('embedded-opentype'),
    url('/static/SharpGroteskBlack15.woff2') format('woff2'),
    url('/static/SharpGroteskBlack15.woff') format('woff'),
    url('/static/SharpGroteskBlack15.ttf') format('truetype');
  font-style: normal;
} */

@font-face {
  font-family: 'sharpgrotesque20';
  font-style: normal;
  font-weight: normal;
  src: url('/static/SharpGroteskBlack20.woff2') format('woff2'),
    url('/static/SharpGroteskBlack20.woff') format('woff'),
    url('/static/SharpGroteskBlack20.ttf') format('truetype');
}

@font-face {
  font-family: 'sharpgrotesque25';
  src: url('/static/SharpGroteskBlack25.woff2') format('woff2'),
    url('/static/SharpGroteskBlack25.woff') format('woff'),
    url('/static/SharpGroteskBlack25.ttf') format('truetype');
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always; /* Non-standard */
}

/*
@-moz-document url-prefix() {
  body {
    font-weight: 100 !important;
  }
}
*/
