@font-face {
  font-family: 'Special Elite';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/webfonts/SpecialElite-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/webfonts/Crimson_Text/CrimsonText-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Nothing You Could Do';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/webfonts/Nothing_You_Could_Do/NothingYouCouldDo-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
    font-family: 'Commit Mono';
    font-style: normal;
    font-weight: 200 700;
    src: url('/assets/webfonts/commit/CommitMono.woff2') format('woff2');
    font-display: swap;
}
