@font-face {
  font-family: 'Noto Sans SC';
  src: url('./fonts/NotoSansSC-Regular.woff2') format('woff2'),
      url('./fonts/NotoSansSC-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans SC';
  src: url('./fonts/NotoSansSC-Bold.woff2') format('woff2'),
      url('./fonts/NotoSansSC-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: normal;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: bold;
}