@font-face {
  font-family: "panchi";
  src: url("font/Panchi Mono.otf") format("opentype");
}

@font-face {
  font-family: "avara";
  src: url("font/Avara-Bold.woff2") format("woff2"),
       url("font/Avara-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "avara";
  src: url("font/Avara-Black.woff2") format("woff2"),
       url("font/Avara-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}