/* Pretendard 1.3.9 — self-hosted variable font (all weights, one file).
   Family name is "Pretendard" on purpose: the site's font stacks already list
   'Pretendard' first (before the system fallback), so loading this @font-face
   makes Korean text render in Pretendard sitewide with no per-page stack edits.
   font-display:swap → text paints instantly in the system fallback, then swaps. */
@font-face {
  font-family: "Pretendard";
  font-weight: 45 920;      /* variable range: Thin(45) … Black(920) */
  font-style: normal;
  font-display: swap;
  src: url("/fonts/PretendardVariable.woff2") format("woff2-variations"),
       url("/fonts/PretendardVariable.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 {
  font-family: "DashBooster", "Pretendard", -apple-system, system-ui, sans-serif !important;
}
