﻿/* 科幻显示字体：优设标题黑（中文子集 504 字） + Orbitron（西文/数字，可变字重） */
@font-face {
  font-family: 'YouShe Sci';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(/assets/fonts/sci/you-she-subset.woff2) format('woff2');
}
@font-face {
  font-family: 'Orbitron Variable';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(/assets/fonts/sci/orbitron-latin-wght-normal.woff2) format('woff2-variations');
}
.home-main h1,
.home-feature figcaption strong,
.statement h3,
.logo,
button.action,
button.ghost,
button.text-link {
  font-family: 'Orbitron Variable', 'YouShe Sci', 'PingFang SC', 'Microsoft YaHei', sans-serif;
}
button.action,
button.ghost {
  font-size: 19px;
}\n.home-actions button.action,
.home-actions button.ghost {
  padding: 16px 30px;
}
