/* Generated from src/tokens/covenant.tokens.json. Do not edit. */
@layer tokens {
:root {
  --anchor-black: #1d2021;
  --anchor-dark: #282828;
  --anchor-dark-soft: #32302f;
  --anchor-cream: #fbf1c7;
  --anchor-paper-ink: #3c3836;
  --anchor-paper-muted: #665c54;
  --anchor-light: #ebdbb2;
  --anchor-muted: #a89984;
  --anchor-red: #cc241d;
  --anchor-orange: #d65d0e;
  --anchor-gold: #d79921;
  --anchor-green: #98971a;
  --anchor-aqua: #689d6a;
  --anchor-blue: #458588;
  --anchor-purple: #b16286;
  --space-0: 0.25rem;
  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --space-7: 4rem;
  --space-8: 6rem;
  --space-9: 8rem;
  --paper: #f8f3e7;
  --panel: #efe8d8;
  --ink: #3c3836;
  --muted: #665c54;
  --line: #d5c4a1;
  --border: #7c6f64;
  --role-critical: #c61c17;
  --role-orientation: #b33c00;
  --role-structure: #8c5a00;
  --role-evidence: #696700;
  --role-analysis: #3c703f;
  --role-sources: #2d6e71;
  --role-appendix: #984b6f;
  color-scheme: light;
  --serif: 'Noto Serif', Georgia, 'Liberation Serif', serif;
  --sans: 'Noto Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, 'Liberation Sans', sans-serif;
  --mono: 'Noto Sans Mono', 'Liberation Mono', Consolas, monospace;
  --weight-prose: 500;
  --weight-display: 500;
  --weight-strong: 700;
  --weight-ui: 600;
  --measure: 65ch;
  --page-width: 76rem;
  --radius: .2rem;
  --motion-fast: 160ms;
}
@media (prefers-color-scheme: dark) { :root:not([data-theme=light]) {
  --paper: #282828;
  --panel: #32302f;
  --ink: #ebdbb2;
  --muted: #bdae93;
  --line: #504945;
  --border: #a89984;
  --role-critical: #ff6f5f;
  --role-orientation: #f67a38;
  --role-structure: #d79921;
  --role-evidence: #a2a22a;
  --role-analysis: #74a976;
  --role-sources: #67a7aa;
  --role-appendix: #d684a8;
  color-scheme: dark;
} }
:root[data-theme=dark] {
  --paper: #282828;
  --panel: #32302f;
  --ink: #ebdbb2;
  --muted: #bdae93;
  --line: #504945;
  --border: #a89984;
  --role-critical: #ff6f5f;
  --role-orientation: #f67a38;
  --role-structure: #d79921;
  --role-evidence: #a2a22a;
  --role-analysis: #74a976;
  --role-sources: #67a7aa;
  --role-appendix: #d684a8;
  color-scheme: dark;
}
[data-register=terminal] {
  --paper: #282828;
  --panel: #32302f;
  --ink: #ebdbb2;
  --muted: #bdae93;
  --line: #504945;
  --border: #a89984;
  --role-critical: #ff6f5f;
  --role-orientation: #f67a38;
  --role-structure: #d79921;
  --role-evidence: #a2a22a;
  --role-analysis: #74a976;
  --role-sources: #67a7aa;
  --role-appendix: #d684a8;
  --paper: var(--anchor-black);
  color: var(--ink); background: var(--paper); color-scheme: dark;
}
}
