/* 本地字体配置 */

/* 中文字体栈 */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans SC'), local('NotoSansSC-Regular'), local('SimSun'), local('宋体'), serif;
}

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans SC Bold'), local('NotoSansSC-Bold'), local('SimHei'), local('黑体'), serif;
}

/* 英文字体栈 */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 700;
  src: local('Orbitron Bold'), local('Orbitron-Bold'), local('Arial Black'), local('Helvetica Bold'), sans-serif;
}

@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 900;
  src: local('Orbitron Black'), local('Orbitron-Black'), local('Arial Black'), local('Helvetica Bold'), sans-serif;
}