@font-face {
  font-family: "Pigpen";
  src: url("../fonts/pigpen.woff2") format("woff2"),
    url("../fonts/pigpen.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.pigpen {
  font-family: "Pigpen", monospace;
}
