/* Pretendard Variable — 동적 서브셋. 원본 랜딩과 동일한 CDN을 그대로 씁니다.
   로컬 폰트 바이너리는 제공받지 않았습니다 (readme.md · 폰트 주의 참고). */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.css");

/* 위 동적 서브셋(한글 자동 분할)이 기본 경로입니다.
   아래는 전체 자형 단일 파일 — 서브셋 CSS 를 못 쓰는 환경의 폴백입니다. */
@font-face {
  font-family: "Pretendard Variable";
  font-weight: 400 700;
  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");
}

:root {
  --font-sans: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Segoe UI", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  --font-body: var(--font-sans);
  --font-display: var(--font-sans);

  /* 굵기는 세 단계뿐입니다. 300·500·800 은 쓰지 않습니다. */
  --weight-regular: 400; /* @kind other */
  --weight-semibold: 600; /* @kind other */
  --weight-bold: 700; /* @kind other */
}
