/**
 * Generated from Databricks — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #f6f7f9;
  --surface-alt: #f6f7f9;
  --text: #1b3139;
  --text-dim: #1b3139;
  --text-faint: #1b3139;
  --brand: #EB1600;
  --on-brand: #ffffff;
  --border: #dde2e6;
  --border-strong: #bcc5cd;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-dark: #1b3139;
  --color-bg-deep: #0a0a0a;
  --color-bg-surface: #f6f7f9;
  --color-bg-soft: #fafbfc;
  --color-bg-feature: #fff4f1;
  --color-surface: #f6f7f9;
  --color-text: #1b3139;
  --color-text-charcoal: #243640;
  --color-text-slate: #445566;
  --color-text-steel: #5e7382;
  --color-text-stone: #7a8b97;
  --color-text-muted: #a3b1bc;
  --color-text-on-brand: #ffffff;
  --color-on-brand: #ffffff;
  --color-on-dark: #ffffff;
  --color-on-dark-muted: #a3b1bc;
  --color-brand: #EB1600;
  --color-brand-deep: #E0250F;
  --color-brand-pressed: #B71D08;
  --color-brand-dark: #9B1A07;
  --color-brand-soft: #ffe1da;
  --color-brand-teal-deep: #1b3139;
  --color-brand-teal: #243d48;
  --color-brand-teal-light: #2f5260;
  --color-accent-orange: #FF8B4A;
  --color-accent-amber: #FFB400;
  --color-accent-violet: #8B5CF6;
  --color-accent-cyan: #00A1C9;
  --color-link: #0a5fb8;
  --color-link-hover: #073f7c;
  --color-border: #dde2e6;
  --color-border-soft: #eceff2;
  --color-border-strong: #bcc5cd;
  --color-border-dark: #2f5260;
  --color-semantic-success: #00875A;
  --color-semantic-warning-bg: #fff7e0;
  --color-semantic-warning-text: #7a5a00;
  --color-semantic-error: #D7263D;
  --color-semantic-info: #0a5fb8;

  /* type */
  --display-size: 80px;
  --h1-size: 48px;
  --h2-size: 36px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.03em;

  /* shape */
  --radius-button: 8px;
  --radius-card: 12px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 0px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 24px;
  --space-xl: 40px;

  /* fonts */
  --font-display: 'DM Sans', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'DM Sans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
}
