/* tokens-dark.css — generated by @nelium/tokens (preset: neutral) — DO NOT EDIT */

@media (prefers-color-scheme: dark) {
  :root {
    --nl-color-surface-bg: #111827;
    --nl-color-surface-bg-subtle: #1f2937;
    --nl-color-surface-bg-muted: #374151;
    --nl-color-surface-border: #374151;
    --nl-color-surface-border-strong: #4b5563;
    --nl-color-text-primary: #f9fafb;
    --nl-color-text-secondary: #e5e7eb;
    --nl-color-text-muted: #9ca3af;
    --nl-color-text-disabled: #6b7280;
    --nl-color-text-inverse: #111827;
    --nl-color-text-link: #60a5fa;
    --nl-color-text-link-hover: #93c5fd;
    --nl-color-semantic-success: #4ade80;
    --nl-color-semantic-success-subtle: #14532d;
    --nl-color-semantic-warning: #fbbf24;
    --nl-color-semantic-warning-subtle: #451a03;
    --nl-color-semantic-error: #f87171;
    --nl-color-semantic-error-subtle: #450a0a;
    --nl-color-semantic-info: #38bdf8;
    --nl-color-semantic-info-subtle: #0c4a6e;
  }
}
