/* ============================================================
   LAUNDRY EXPRESS — Webfonts
   Korean (and Latin fallback): Pretendard Variable (4.01).
     Declared as an explicit @font-face pointing at the jsdelivr CDN
     woff2 so the design-system compiler registers the family.
   Latin display/body: Helvetica Neue LT Pro (4.02).
     ⚠ SUBSTITUTION: Helvetica Neue LT Pro is a licensed face and is NOT
     bundled. The stack falls back to the OS "Helvetica Neue" / Arial,
     which match its metrics closely. Replace with the licensed web kit
     for production fidelity.
   The wordmark itself ships as artwork (assets/logo/*), so no display
   webfont is required for the logo.
   ============================================================ */

@font-face {
  font-family: "Pretendard Variable";
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/woff2/PretendardVariable.woff2") format("woff2-variations");
}

/* Static "Pretendard" alias for the non-variable fallback in the stack */
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/woff2/Pretendard-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/woff2/Pretendard-Bold.woff2") format("woff2");
}
