/* Shared design tokens. Blue sampled from Amina's original portrait. */
:root {
  --paper: #fafaf8;
  --ink: #161616;
  --muted: #60615e;
  --line: #d6d6d1;
  --accent: #3a62aa;
  --accent-light: #83a7e4;
  --selection: #dce7fa;
  --soft: #f0f0ec;
  --rail: 84px;
  --gutter: clamp(24px, 4.5vw, 78px);
}
