:root {
  --color-primary: #0a1e3d;
  --color-primary-dark: #061226;
  --color-accent: #1a6dcc;
  --color-accent-light: #4d9aff;
  --color-text: #1a1f2e;
  --color-muted: #64748b;
  --color-border: #e2e8f0;
  --color-section: #f5f7fa;
  --color-background: #ffffff;
  --color-navy-soft: #e8eef6;

  --font-family-en: "Inter", "Helvetica Neue", sans-serif;
  --font-family-base: "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
  --line-height-base: 1.65;

  --section-space-lg: 120px;
  --section-space-md: 88px;
  --section-space-sm: 64px;

  --container-width: 1200px;
  --container-padding: 24px;

  --radius-card: 8px;
  --radius-button: 6px;

  /* Typography Tokens */
  --type-hero-title-size: 72px;
  --type-hero-title-weight: 900;
  --type-hero-title-lh: 1.08;
  --type-hero-title-ls: -0.02em;

  --type-hero-lead-size: 18px;
  --type-hero-lead-weight: 400;
  --type-hero-lead-lh: 1.65;

  --type-section-title-size: 38px;
  --type-section-title-weight: 800;
  --type-section-title-lh: 1.25;
  --type-section-title-ls: -0.01em;

  --type-section-desc-size: 16px;
  --type-section-desc-weight: 400;
  --type-section-desc-lh: 1.65;

  --type-card-title-size: 22px;
  --type-card-title-weight: 700;
  --type-card-title-lh: 1.35;

  --type-card-desc-size: 15px;
  --type-card-desc-weight: 400;
  --type-card-desc-lh: 1.6;

  --type-eyebrow-size: 16px;
  --type-eyebrow-weight: 600;
  --type-eyebrow-ls: 0.15em;

  --type-button-size: 15px;
  --type-button-weight: 600;

  --shadow-card: 0 4px 24px rgba(10, 30, 61, 0.08);
  --shadow-strong: 0 16px 48px rgba(10, 30, 61, 0.14);
}
