@font-face {
  font-family: 'Inter';
  src: url('/assets/fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inconsolata';
  src: url('/assets/fonts/Inconsolata-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

.monospace {
  font-family: 'Inconsolata', monospace;
  font-size: 117%;
  font-weight: 500;
}

/* TODO: Use our fonts with bootstrap; https://getbootstrap.com/docs/5.0/content/typography/ */
