:root {
  --ink: #171717;
  --muted: #6d6d69;
  --paper: #fbfbf8;
  --white: #ffffff;
  --line: #e8e8e2;
  --stone: #f1f1ef;
  --mint: #dff3e8;
  --lilac: #eee7ff;
  --blush: #f6e8e8;
  --tomato: #ef604e;
  --font-sans: "Instrument Sans", Arial, sans-serif;
  --max-width: 1360px;
  --gutter: clamp(20px, 3vw, 54px);
  --space-section: clamp(112px, 15vw, 240px);
  --radius-card: 24px;
  --radius-control: 999px;
  --shadow-soft: 0 24px 70px rgb(21 21 21 / 0.11);
  --ease-out: cubic-bezier(0.2, 0.75, 0.2, 1);
}
