:root {
  --archive-bg: #070b0d;
  --archive-surface: #0d1418;
  --archive-surface-raised: #121c21;
  --archive-text: #d8e2e6;
  --archive-muted: #8fa1aa;
  --archive-line: #26363e;
  --archive-signal: #8bc8cd;
  --archive-warning: #d0ad6e;
  --archive-error: #c9857c;
  --archive-redaction: #020303;
  --legal-bg: #f3f4f2;
  --legal-surface: #ffffff;
  --legal-text: #172024;
  --legal-muted: #5e6a70;
  --legal-line: #cfd6d8;
  --font-system: ui-monospace, "Cascadia Mono", Consolas, "Liberation Mono", Menlo, monospace;
  --font-source: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --content-width: 1180px;
  --record-width: 840px;
  --legal-width: 760px;
  --radius: 2px;
  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-5: 3rem;
  --space-6: 4rem;
}
