/* Scriptdrift design system tokens, dark theme. */

:root {
  color-scheme: dark;

  --surface: #141414;
  --surface-raised: #1a1a1a;
  --surface-sunken: #0f0f0f;
  --line: #2e2e2e;
  --line-strong: #6b6b6b;
  --ink: #f4f1ea;
  --ink-muted: #a6a6a6;
  --ink-faint: #737373;
  --cornflower: #5ea6e6;
  --cornflower-strong: #82bdf0;
  --cornflower-soft: #18293b;
  --on-cornflower: #141414;
  --link: var(--cornflower);
  --focus-ring: #82bdf0;
  --success: #6fcf97;
  --success-soft: #12301f;
  --warning: #f2c14e;
  --warning-soft: #3a2d0c;
  --danger: #f28b82;
  --danger-soft: #3d1512;
  --shadow-card: none;

  --font-display: "Bebas Neue", "Arial Narrow", Impact, sans-serif;
  --font-sans: "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, Menlo, Consolas, monospace;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-pill: 999px;

  --border-hair: 1px;
  --border-strong: 2px;
}
