@font-face {
  font-family: 'Museo Sans';
  src: url('/static/fonts/RNHouseSans-Light.otf') format('truetype');
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'Museo Sans';
  src: url('/static/fonts/RNHouseSans-Regular.otf') format('truetype');
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'Museo Sans';
  src: url('/static/fonts/RNHouseSans-Bold.otf') format('truetype');
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'Museo Sans Rounded';
  src: url('/static/fonts/RNHouseSans-Bold.otf') format('truetype');
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'Glyphter';
  src: url('/static/fonts/Glyphter.eot');
  src:
    url('/static/fonts/Glyphter.eot?#iefix') format('embedded-opentype'),
    url('/static/fonts/Glyphter.woff') format('woff'),
    url('/static/fonts/Glyphter.ttf') format('truetype'),
    url('/static/fonts/Glyphter.svg#Glyphter') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Knile';
  src: url('/static/fonts/Knile-Black.otf');
}
