@font-face {
  font-family: 'HarmonyOS Sans';
  src: url('./fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Regular.ttf');
  font-weight: normal;
}

@font-face {
  font-family: 'HarmonyOS Sans';
  src: url('./fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Bold.ttf');
  font-weight: bold;
}

@font-face {
  font-family: 'din';
  src: url('./fonts/DIN Alternate Bold.ttf');
  font-weight: normal;
}

@font-face {
  font-family: 'fanghei';
  src: url('./fonts/MF-FangHei-Noncommercial-Regular.ttf');
  font-weight: normal;
}

@font-face {
  font-family: 'bahn';
  src: url('./fonts/BAHNSCHRIFT.TTF');
  font-weight: bold;
}
body {
  font-family:
    'HarmonyOS Sans',
    'PingFang SC',
    -apple-system,
    BlinkMacSystemFont,
    Roboto,
    'Helvetica Neue',
    Helvetica,
    Arial,
    'Hiragino Sans GB',
    'Source Han Sans',
    'Noto Sans CJK Sc',
    'Microsoft YaHei',
    'Microsoft Jhenghei',
    sans-serif;
}
