/* Self-hosted fonts for the v3 preview. Family names must match what the
   compiled stylesheet asks for: "Bebas Neue" and "DM Sans". Sourced from
   @fontsource/bebas-neue and @fontsource-variable/dm-sans (latin subsets).
   DM Sans is the variable build carrying both wght and opsz axes, the same
   pair the original Google Fonts request asked for. */

@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/bebas-neue-latin-400-normal.woff2) format('woff2');
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url(fonts/dm-sans-latin-wght-opsz-normal.woff2) format('woff2-variations');
}
