/* Orbitron Font - Local Copy for Offline Use */

/* CJK Font Fallback Chain for Japanese, Chinese, Korean, Cyrillic support */
:root {
  --font-cjk-fallback:
    /* Japanese */ "Hiragino Sans", "Yu Gothic UI", "Meiryo", "Noto Sans JP",
    /* Chinese */ "PingFang SC", "Microsoft YaHei",
    /* Korean */ "Apple SD Gothic Neo", "Malgun Gothic",
    /* Cyrillic */ "Segoe UI", "Roboto",
    sans-serif;
}

@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(Orbitron-500.ttf) format('truetype');
}

@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(Orbitron-700.ttf) format('truetype');
}
