/* navis tokens — dark/LCARS (default) + light/parchment */
:root, [data-theme="dark"] {
  --thw8-color-bg: #000000;
  --thw8-color-fg: #ff9900;
  --thw8-color-accent: #ff9900;
  --thw8-color-border: #cc7700;
  --thw8-color-muted: #997744;
  --thw8-color-surface: #1a1100;
  --thw8-color-surface-raised: #2a1d00;
  --thw8-color-error: #cc0000;
  --thw8-color-success: #33cc99;
  --thw8-color-warning: #ffcc00;

  --thw8-font-sans: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  --thw8-text-size-xs: 0.75rem;
  --thw8-text-size-sm: 0.875rem;
  --thw8-text-size-base: 1rem;
  --thw8-text-size-lg: 1.125rem;
  --thw8-text-size-xl: 1.5rem;
  --thw8-space-1: 0.25rem;
  --thw8-space-2: 0.5rem;
  --thw8-space-3: 0.75rem;
  --thw8-space-4: 1rem;
  --thw8-radius-sm: 0;
  --thw8-radius-base: 0;
  --thw8-radius-md: 0;
  --thw8-border-thin: 1px;
  --thw8-border-base: 3px;
  --thw8-duration-fast: 0ms;
  --thw8-duration-base: 0ms;
  --thw8-weight-normal: 400;
  --thw8-weight-semibold: 700;
  --thw8-weight-bold: 900;

  --dobby-body-bg: #000;
}

[data-theme="light"] {
  --thw8-color-bg: #e8dcc8;
  --thw8-color-fg: #3a2a10;
  --thw8-color-accent: #cc6600;
  --thw8-color-border: #aa8855;
  --thw8-color-muted: #887755;
  --thw8-color-surface: #d4c8b0;
  --thw8-color-surface-raised: #c8bb9f;
  --thw8-color-success: #228866;
  --thw8-color-warning: #cc9900;

  --dobby-body-bg: #b0a080;
}
