/* 首页第一屏核心艺术字，只保一定会用到的标题字体。 */

@font-face {
  font-family: 'Ma Shan Zheng';
  src: url('/static/fonts/files/ma-shan-zheng-regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans SC';
  src: url('/static/fonts/files/noto-sans-sc-variable.ttf') format('truetype');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url('/static/fonts/files/noto-sans-jp-variable.ttf') format('truetype');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: 'Orbitron';
  src: url('/static/fonts/files/orbitron-variable.ttf') format('truetype');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: 'Righteous';
  src: url('/static/fonts/files/righteous-regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
