:root {
  --color-sky-top: #1f2a44;
  --color-sky-mid: #7a3b34;
  --color-sky-low: #c9702f;
  --color-sun-core: #f7b955;
  --color-sun-glow: #ffdb96;

  --color-ink: #23211d;
  --color-ink-soft: #55524a;
  --color-navy: #1f2a44;
  --color-rust: #a8471f;

  --color-paper: #fbf5ea;
  --color-paper-alt: #f3e7d4;
  --color-paper-line: rgba(31, 42, 68, 0.14);
  --color-card: #fffdf8;

  --font-serif: "Fraunces", "Iowan Old Style", Georgia, serif;
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --text-xs: clamp(0.78rem, 0.75rem + 0.15vw, 0.88rem);
  --text-base: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  --text-lg: clamp(1.15rem, 1.05rem + 0.4vw, 1.4rem);
  --text-h3: clamp(1.35rem, 1.2rem + 0.6vw, 1.75rem);
  --text-h2: clamp(1.9rem, 1.55rem + 1.4vw, 2.9rem);
  --text-hero: clamp(2.8rem, 1.9rem + 4vw, 5.75rem);

  --space-3xs: 0.25rem;
  --space-2xs: 0.5rem;
  --space-xs: 0.85rem;
  --space-sm: 1.25rem;
  --space-md: 2rem;
  --space-lg: clamp(2.5rem, 2rem + 2vw, 4rem);
  --space-section: clamp(4.5rem, 3.5rem + 4.5vw, 8.5rem);

  --radius-sm: 6px;
  --radius-md: 14px;
  --radius-pill: 999px;

  --shadow-card: 0 20px 45px -25px rgba(31, 42, 68, 0.35);

  --duration-normal: 300ms;
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);

  --content-width: 1180px;
  --header-h: 64px;
}
