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

.semaphore {
  font-family: "Semaphore", monospace;
  font-size: 2em;
}
