/* 3ECK Workbench — local font registrations (served from /public, not bundled) */
@font-face {
  font-family: 'Bank Gothic';
  src: url('/fonts/BankGothic-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Orbitron';
  src: url('/fonts/Orbitron-VF.ttf') format('truetype-variations'),
       url('/fonts/Orbitron-VF.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
