/* Regular weight */
@font-face {
  font-family: "NeueBit"; /* no need to write “Regular” if you plan to handle weights */
  src: url("../fonts/NeueBit-Regular.eot"); /* old IE fallback */
  src: url("../fonts/NeueBit-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/NeueBit-Regular.woff2") format("woff2"),
    url("../fonts/NeueBit-Regular.woff") format("woff"),
    url("../fonts/NeueBit-Regular.ttf") format("truetype"),
    url("../fonts/NeueBit-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

/* Bold weight */
@font-face {
  font-family: "NeueBit";
  src: url("../fonts/NeueBit-Bold.eot");
  src: url("../fonts/NeueBit-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/NeueBit-Bold.woff2") format("woff2"),
    url("../fonts/NeueBit-Bold.woff") format("woff"),
    url("../fonts/NeueBit-Bold.ttf") format("truetype"),
    url("../fonts/NeueBit-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
