@font-face {
  font-family: "Pretendard";
  src: url("/fonts/Pretendard-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("/fonts/Pretendard-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("/fonts/Pretendard-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

:root {
  /* 색 — 정부 기관 아이덴티티 (남색 계열) */
  --c-text:        #1a1a1a;
  --c-text-sub:    #555555;
  --c-text-muted:  #8a8a8a;
  --c-bg:          #ffffff;
  --c-bg-header:   #eef2f7;
  --c-line:        #d8dde4;
  --c-line-strong: #0f3e77;
  --c-navy:        #0f3e77;   /* 정부 남색 — 액센트·활성 상태 */
  --c-navy-dark:   #0a2c56;
  --c-navy-bg:     #eef3fa;   /* 뱃지·연한 배경 */

  /* 타이포 */
  --font-sans: "Pretendard", -apple-system, "Malgun Gothic", system-ui, sans-serif;
  --fs-title: 18px;
  --fs-body: 16px;
  --fs-sub: 15px;
  --fs-meta: 14px;
  --lh-body: 1.8;
  --lh-tight: 1.5;

  /* 간격 */
  --sp-1: 4px; --sp-2: 8px; --sp-3: 16px; --sp-4: 24px; --sp-5: 40px;
  --content-max: 860px;
}
