/* Self-hosted fonts (latin subset: covers Portuguese), so the board needs no
   internet. Inter and Oswald are variable fonts: one file serves all weights.
   Licenses: SIL Open Font License 1.1 (Google Fonts). */

@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../assets/fonts/bebas-neue-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: block;
  src: url('../assets/fonts/inter-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200 700;
  font-display: block;
  src: url('../assets/fonts/oswald-latin.woff2') format('woff2');
}
