/**
 * Generated from BMW — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #fafafa;
  --surface-alt: #fafafa;
  --text: #3c3c3c;
  --text-dim: #3c3c3c;
  --text-faint: #9a9a9a;
  --brand: #1c69d4;
  --on-brand: #ffffff;
  --border: #e6e6e6;
  --border-strong: #cccccc;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #dc2626;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f7f7f7;
  --color-bg-card: #fafafa;
  --color-bg-strong: #ebebeb;
  --color-bg-dark: #1a2129;
  --color-bg-dark-elev: #262e38;
  --color-surface: #ffffff;
  --color-surface-soft: #f7f7f7;
  --color-surface-card: #fafafa;
  --color-text: #3c3c3c;
  --color-text-strong: #1a1a1a;
  --color-text-ink: #262626;
  --color-text-muted: #6b6b6b;
  --color-text-faint: #9a9a9a;
  --color-brand: #1c69d4;
  --color-brand-hover: #0653b6;
  --color-brand-disabled: #d6d6d6;
  --color-on-brand: #ffffff;
  --color-on-dark: #ffffff;
  --color-on-dark-soft: #bbbbbb;
  --color-m-blue-light: #0066b1;
  --color-m-blue-dark: #1c69d4;
  --color-m-red: #e22718;
  --color-border: #e6e6e6;
  --color-border-strong: #cccccc;
  --color-border-soft: #f0f0f0;
  --color-link: #1c69d4;
  --color-link-hover: #0653b6;
  --color-ring: #1c69d4;
  --color-shadow-soft: rgba(0,0,0,0.04);
  --color-shadow-elev: rgba(0,0,0,0.08);
  --color-shadow-deep: rgba(0,0,0,0.16);
  --color-success: #22c55e;
  --color-warning: #f59e0b;
  --color-danger: #dc2626;
  --color-info: #1c69d4;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.55;
  --display-tracking: -0.025em;

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

  /* spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 48px;
  --space-xl: 96px;

  /* fonts */
  --font-display: 'BMW Type Next Latin', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'BMW Type Next Latin', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
}
