/* B04 canonical tokens. One versioned foundation, no downloaded fonts. */
:root {
  color-scheme: light;
  --b04-bg: #f5f7f5;
  --b04-surface: #ffffff;
  --b04-subtle: #edf2ef;
  --b04-text: #223630;
  --b04-muted: #53665e;
  --b04-border: #d5ded8;
  --b04-accent: #11644d;
  --b04-accent-hover: #084b39;
  --b04-accent-soft: #e3f0e9;
  --b04-warning: #744109;
  --b04-warning-bg: #fff3d9;
  --b04-danger: #a12525;
  --b04-danger-bg: #fff0ee;
  --b04-focus: #065fba;
  --b04-font: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --b04-mono: ui-monospace, "SFMono-Regular", Consolas, monospace;
  --b04-text-sm: 0.8125rem;
  --b04-text-md: 0.875rem;
  --b04-space-1: 4px;
  --b04-space-2: 8px;
  --b04-space-3: 12px;
  --b04-space-4: 16px;
  --b04-space-5: 24px;
  --b04-space-6: 32px;
  --b04-radius: 8px;
  --b04-target: 44px;
  --b04-line: 1.5;
  --b04-shadow: 0 12px 48px #193a2526;
}
