/* ITCSS: settings — tokens */
:root {
  --gold: #f0a202;
  --gold-deep: #c48402;
  --gold-hot: #ffb703;
  --gold-wash: #fff3d1;
  --gold-block: #ffc53d;
  --ink: #1c1408;
  --ink-soft: #3d3220;
  --paper: #fffaf0;
  --paper-2: #fff4d8;
  --white: #ffffff;
  --line: rgba(28, 20, 8, 0.14);
  --line-strong: rgba(28, 20, 8, 0.28);
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4.5rem;
  --space-9: 6rem;
  --wrap: 72rem;
  --wrap-narrow: 46rem;
  --font: "Outfit", "Segoe UI", sans-serif;
  --fs-kicker: 0.72rem;
  --fs-body: 1.0625rem;
  --fs-small: 0.875rem;
  --fs-h3: 1.35rem;
  --fs-h2: clamp(1.7rem, 3.2vw, 2.35rem);
  --fs-hero: clamp(2.4rem, 6.4vw, 4.6rem);
  --lh-body: 1.65;
  --lh-tight: 1.12;
  --radius-chip: 999px;
  --radius-card: 1.15rem;
  --shadow-card: 0 10px 28px rgba(28, 20, 8, 0.08);
  --ease: 220ms ease;
}
