/* SUIT Variable · self-hosted variable font (all weights, one file).
   NOTE (2026-07-17): 사용자 요청으로 사이트 전체 폰트를 Pretendard → SUIT로 교체함.
   family 이름은 "Pretendard"로 유지 — 사이트의 모든 폰트 스택이 'Pretendard'를 맨 앞에
   두고 있어서, 이 @font-face의 src만 SUIT로 바꾸면 페이지별 스택 수정 없이 전체가 SUIT로 렌더됨.
   (파일명 SUIT-Variable.woff2, wght 축 100~900 · 가변) font-display:swap. */
@font-face {
  font-family: "Pretendard";
  font-weight: 100 900;     /* SUIT variable range: Thin(100) … Heavy(900) */
  font-style: normal;
  font-display: swap;
  src: url("/fonts/SUIT-Variable.woff2") format("woff2-variations"),
       url("/fonts/SUIT-Variable.woff2") format("woff2");
}

/* DashBooster 로고 전용 폰트 · 로고에서 트레이스한 워드마크. 로고 요소에만 적용.
   ✦ 등 없는 글자는 자연스럽게 다음 폰트(Pretendard/system)로 폴백됩니다. */
@font-face {
  font-family: "DashBooster";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/DashBooster-Regular.ttf") format("truetype");
}
.logo, .brand, .fb, .dbwm, .glogo {
  font-family: "DashBooster", "Pretendard", -apple-system, system-ui, sans-serif !important;
}
