/* Global fonts (local):
   EN + CN → ssfont（VT323 仅作兜底）
*/

@font-face {
  font-family: 'VT323';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('./VT323-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'ssfont';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('./ssfont.ttf') format('truetype');
}
