@font-face {
  font-family: "Apercu Bold";
  src: url("/fonts/Apercu-Bold.woff2") format("woff2"),
       url("/fonts/Apercu-Bold.woff") format("woff");
}

@font-face {
  font-family: "Apercu";
  src: url("/fonts/Apercu-Regular.woff2") format("woff2"),
       url("/fonts/Apercu-Regular.woff") format("woff");
}

@font-face {
  font-family: "WiredMono";
  src: url("/fonts/WiredMono-Regular.woff2") format("woff2"),
       url("/fonts/WiredMono-Regular.woff") format("woff");
}

@font-face {
  font-family: "WiredMonoBold";
  src: url("/fonts/WiredMono-Bold.woff") format("woff2"),
       url("/fonts/WiredMono-Bold.woff") format("woff");
}
