:root {
    --ground: #f7f4ee;
    --ground-raised: #ece8df;
    --paper: #171310;
    --paper-dim: rgba(23,19,16,0.62);
    --paper-faint: rgba(23,19,16,0.22);
    --line: rgba(23,19,16,0.12);
    --red: #ff2400;
    --red-ink: #0c0a08;
    --red-deep: #b02200;
    --media-ground: #161310;
    --media-ink: #f7f4ee;
    --media-ink-dim: rgba(247,244,238,0.6);
    --media-ink-faint: rgba(247,244,238,0.24);
    --media-line: rgba(247,244,238,0.14);
    --display: 'Inter', system-ui, sans-serif;
    --display-black: 'Inter', system-ui, sans-serif;
    --body: 'Inter', system-ui, sans-serif;
    --mono: 'IBM Plex Mono', 'Consolas', monospace;
    --edge: clamp(24px, 6vw, 96px);
        --content-width: 1280px;
    --article-width: 850px;
  }
  .cta-scrollytell {
    border-top: 1px solid var(--line);
}