@font-face {
  font-family: "Overpass Mono";
  font-weight: 300;
  font-style: normal;
  src: url("./OverpassMono-Light.otf") format("opentype");
}

@font-face {
  font-family: "Overpass Mono";
  font-weight: 400;
  font-style: normal;
  src: url("./OverpassMono-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Overpass Mono";
  font-weight: 600;
  font-style: normal;
  src: url("./OverpassMono-Semibold.otf") format("opentype");
}

@font-face {
  font-family: "Overpass Mono";
  font-weight: 700;
  font-style: normal;
  src: url("./OverpassMono-Bold.otf") format("opentype");
}
