/* RTI Wiki — design tokens (single source of truth)
   Loaded on every surface before other site CSS.
   Footer tokens are ALSO defined at the top of rti-site-footer.css so that
   the ~950 static pages + DokuWiki + recent.php inherit them with no <head> edit.
   Keep the two token sets identical. Last reviewed 12 June 2026. */
:root {
  --rti-paper: #faf8f3;          /* page background, all surfaces */
  --rti-ink: #1f2328;
  --rti-muted: #6b7280;
  --rti-green: #1f6f4f;          /* primary accent (matches the Start-filing button green) */
  --rti-green-soft: #e7f2ec;
  --rti-footer-bg: #15211b;      /* dark warm green-black (replaces blue-black #111b21) */
  --rti-footer-text: #e9ede9;
  --rti-footer-muted: #9fb0a6;
  --rti-footer-link: #cfe0d6;
  --rti-footer-accent: #7fd1a8;  /* the ONE footer accent; no yellow */
  --rti-radius: 12px;
  --rti-font-sans: -apple-system, system-ui, Inter, 'Segoe UI', Roboto, sans-serif;
  --rti-font-serif: 'Source Serif 4', Georgia, serif;
}
