/* Generated by packages/design-tokens/build.py from tokens.json. Do not edit. */

:root {
  --tt-font-sans: 'Open Sans Variable', 'Open Sans', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --tt-font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, 'Liberation Mono', monospace;
  --tt-text-xs: 0.75rem;
  --tt-text-sm: 0.875rem;
  --tt-text-md: 1rem;
  --tt-text-lg: 1.125rem;
  --tt-text-xl: 1.375rem;
  --tt-text-2xl: 1.75rem;
  --tt-text-3xl: 2.25rem;
  --tt-text-leading: 1.6;
  --tt-text-leading-tight: 1.25;
  --tt-weight-normal: 400;
  --tt-weight-medium: 500;
  --tt-weight-semibold: 600;
  --tt-weight-bold: 700;
  --tt-space-1: 0.25rem;
  --tt-space-2: 0.5rem;
  --tt-space-3: 0.75rem;
  --tt-space-4: 1rem;
  --tt-space-6: 1.5rem;
  --tt-space-8: 2rem;
  --tt-space-12: 3rem;
  --tt-space-16: 4rem;
  --tt-radius-sm: 4px;
  --tt-radius-md: 8px;
  --tt-radius-lg: 14px;
  --tt-radius-full: 999px;
  --tt-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.06);
  --tt-shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
  --tt-layout-content: 860px;
  --tt-layout-wide: 1120px;
  --tt-color-bg: #ffffff;
  --tt-color-surface: #f5f6f8;
  --tt-color-surface-raised: #ffffff;
  --tt-color-text: #1b1f24;
  --tt-color-text-muted: #5b6470;
  --tt-color-border: #dfe3e8;
  --tt-color-accent: #2f5bea;
  --tt-color-accent-hover: #2449c4;
  --tt-color-on-accent: #ffffff;
  --tt-color-accent-subtle: #e9eefc;
  --tt-color-success: #1e8a4c;
  --tt-color-warning: #b0731a;
  --tt-color-danger: #c93131;
  --tt-color-focus: #2f5bea;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --tt-color-bg: #0f1216;
    --tt-color-surface: #171b21;
    --tt-color-surface-raised: #1e232b;
    --tt-color-text: #e6e8eb;
    --tt-color-text-muted: #9aa3ad;
    --tt-color-border: #2b323c;
    --tt-color-accent: #7d9cff;
    --tt-color-accent-hover: #9db4ff;
    --tt-color-on-accent: #0b1020;
    --tt-color-accent-subtle: #1c2540;
    --tt-color-success: #4cc07a;
    --tt-color-warning: #e0a548;
    --tt-color-danger: #ef6a6a;
    --tt-color-focus: #7d9cff;
  }
}

:root[data-theme="dark"] {
  --tt-color-bg: #0f1216;
  --tt-color-surface: #171b21;
  --tt-color-surface-raised: #1e232b;
  --tt-color-text: #e6e8eb;
  --tt-color-text-muted: #9aa3ad;
  --tt-color-border: #2b323c;
  --tt-color-accent: #7d9cff;
  --tt-color-accent-hover: #9db4ff;
  --tt-color-on-accent: #0b1020;
  --tt-color-accent-subtle: #1c2540;
  --tt-color-success: #4cc07a;
  --tt-color-warning: #e0a548;
  --tt-color-danger: #ef6a6a;
  --tt-color-focus: #7d9cff;
}
