/* melody.games — self-hosted fonts (Latin subset, variable).
   Loaded AFTER tokens.css so the --font-* vars are already defined.
   Chinese text uses system fonts (PingFang SC / Microsoft YaHei) so no
   heavy CJK webfont download is needed. */

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('./assets/fonts/nunito.woff2') format('woff2');
}

@font-face {
  font-family: 'Yeseva One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./assets/fonts/yeseva-one.woff2') format('woff2');
}
