/* Shared visual source of truth for the non-production prototype. */
:root {
  /* VRC01 calibrated website UI candidates; final brand verification pending. */
  --color-surface-warm: #F6F5F3;
  --color-surface-white: #FFFFFF;
  --color-text-primary: #172332;
  --color-text-secondary: #68727A;
  --color-brand-blue: #06436F;
  --color-brand-yellow: #FEDC5E;
  --color-divider: #D8D5CC;

  --font-display: Inter, Arial, sans-serif;
  --font-body: Inter, Arial, sans-serif;
  --font-cjk: "Noto Sans SC", "Microsoft YaHei", sans-serif;

  --type-hero-desktop: 72px;
  --type-h2-desktop: 48px;
  --type-body-desktop: 18px;
  --type-caption-desktop: 14px;
  --type-metadata-desktop: 12px;
  --line-hero: 0.98;
  --line-heading: 1.08;
  --line-body: 1.5;

  --space-page-inline: 64px;
  --space-section-block: 128px;
  --space-content-gap: 32px;
}
