/* Typography: self-hosted rounded Chinese and Latin typefaces.
   Local assets keep the product's lettering independent of third-party CDNs.
   Huninn supplies Traditional Chinese; Fredoka supplies Latin characters. */
@font-face {
  font-family: 'Huninn';
  src: url('./huninn-regular.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Fredoka';
  src: url('./fredoka-variable.woff2') format('woff2');
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}
