@font-face {
  font-family: 'ComputerSaysNo';
  src: url('./computer-says-no.woff2') format('woff2'),
       url('./computer-says-no.otf') format('opentype'),
       url('./computer-says-no.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.courtcraft-brand {
  font-family: 'ComputerSaysNo', monospace, serif;
  font-weight: normal;
  letter-spacing: -0.5px;
}

.courtcraft-logo {
  font-family: 'ComputerSaysNo', monospace, serif;
  font-weight: normal;
  letter-spacing: -1px;
}