/*
 * FONT SET: serif-editorial  (SPEC §3.3)
 * 영문 serif 디스플레이 (Source Serif Pro) + 한글 본문 Pretendard.  ko_layered.
 * editorial/luxury 톤.  대비용으로 inter-ko 와 명확히 다르다.
 */

:root {
  /* 디스플레이는 Serif — 한글이면 Pretendard 로 자연 폴백 */
  --f-display: 'Source Serif 4', 'Source Serif Pro', 'Pretendard', Georgia, 'Times New Roman', serif;
  /* 본문은 한글 Pretendard 우선, 영문은 Inter */
  --f-body:    'Pretendard', 'Inter', -apple-system, system-ui, 'Segoe UI', sans-serif;
  --f-mono:    'JetBrains Mono', ui-monospace, SFMono-Regular, monospace;
  --f-serif:   'Source Serif 4', 'Source Serif Pro', Georgia, 'Times New Roman', serif;

  --fw-regular:  400;
  --fw-medium:   500;
  --fw-semibold: 600;
  --fw-bold:     700;
}
