/* Pretendard — Korean-friendly, less rigid than Inter Tight */
:root {
  --font-sans: "Pretendard Variable", Pretendard, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  --font-display: var(--font-sans);
  --font-poster-display: var(--font-sans);
  --font-poster-serif: var(--font-sans);
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
}
