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

html {
  font-family: DepartureMono, system-ui, sans-serif;
}

body {
  min-width: 300px;
  width: 40vw;
  margin: 20px auto;
}

.logo {
  width: 300px;
  height: auto;
}

.center {
  text-align: center;
}

.f-small {
  font-size: 0.8em;
}

.f-large {
  font-size: 1.2em;
}

.mt-1 {
  margin-top: 1em;
}

.no {
  visibility: hidden;
}
