/* Self-hosted fonts. Download the referenced .woff2 files into /fonts (see fonts/README.md) */

@font-face {
  font-family: 'Roboto';
  src: url('/fonts/roboto-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Eater';
  src: url('/fonts/eater-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Add additional @font-face rules here for other Google fonts you want to self-host.
   Use the exact family names used in the HTML (e.g., 'Flavors', 'Griffy') if you add them. */
