/* Orbitron 로컬 폰트 (로고/헤딩용 다양한 가중치) */

/* Regular - 기본 로고/헤딩 */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/orbitron/Orbitron-400.5d281085f727.woff2") format('woff2');
}

/* Bold - 강조 로고/헤딩 */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/orbitron/Orbitron-700.5d281085f727.woff2") format('woff2');
}

/* Black - 매우 강한 임팩트 */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/orbitron/Orbitron-900.5d281085f727.woff2") format('woff2');
}