@font-face {
  font-display: swap;
  font-family: 'Special Elite';
  src: url('/static/SpecialElite-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'Schoolbell';
  font-style: normal;
  font-weight: normal;
  src: url('/static/Schoolbell.woff2') format('woff2');
}

body {
  /* is armour */
  background-color: #111;
  color: #ddd;
  font-family: system-ui;
  text-align: center;
  font-size: 12pt;
}

h1 {
  font-family: 'Special Elite', system-ui;
}

input, button {
  background-color: #333;
  color: #eee;
  border: none;
  padding: 3px;
}

a {
  color: #aaa;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.h {
  font-size: 14pt;
  font-family: 'Special Elite', system-ui;
}
.b {
  font-size: 16pt;
}
.b2 {
  font-size: 20pt !important;
}
.s {
  font-family: 'Schoolbell', system-ui;
  font-size: 14pt;
}
.sm {
  font-size: 10pt !important;
}
