/* Editorial atlas v0.2.0 tokens. Keep this file portable for generated and
   hand-authored pages; site.css supplies compatibility aliases. */
:root {
  --rwe-canvas: #fff;
  --rwe-surface: #fff;
  --rwe-ink: #242424;
  --rwe-muted: #606060;
  --rwe-rust: #a34227;
  --rwe-rust-hover: #85331d;
  --rwe-teal: #216465;
  --rwe-border: #7d7d7d;
  --rwe-line: #d9d9d9;
  --rwe-soft-rust: #f3e3d9;
  --rwe-soft-teal: #e5eeea;
  --rwe-error: #a12622;
  --rwe-dark: #203c32;
  --rwe-subtle: #f5f5f5;
  --rwe-font-display: "Source Serif 4", Georgia, serif;
  --rwe-font-body: "IBM Plex Sans", system-ui, sans-serif;
  --rwe-font-code: ui-monospace, SFMono-Regular, Menlo, monospace;
  --rwe-wide: 75rem;
  --rwe-reading: 66ch;
  --rwe-gutter: clamp(1.25rem, 4vw, 3rem);
  --rwe-control-min: 2.75rem;
  --rwe-radius: .25rem;
  --rwe-rule: 1px;
  --rwe-structural-rule: 2px;
  --rwe-focus: 3px;
  --rwe-feedback: 120ms;
}
