/**
 * Generated from Mercedes-Benz — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #000000;
  --surface: #1a1a1a;
  --surface-alt: #1a1a1a;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #5a5a5a;
  --brand: #00adef;
  --on-brand: #ffffff;
  --border: #2a2a2a;
  --border-strong: #2a2a2a;
  --success: #00a651;
  --warning: #ffa500;
  --danger: #cc0000;

  /* full color palette */
  --color-bg: #000000;
  --color-bg-elevated: #0a0a0a;
  --color-bg-light: #ffffff;
  --color-surface: #1a1a1a;
  --color-surface-strong: #2a2a2a;
  --color-surface-light: #f5f5f5;
  --color-surface-on-light: #ffffff;
  --color-text: #ffffff;
  --color-text-strong: #ffffff;
  --color-text-body: #a8a8a8;
  --color-text-muted: #7a7a7a;
  --color-text-faint: #5a5a5a;
  --color-text-on-light: #000000;
  --color-text-body-on-light: #3a3a3a;
  --color-brand: #00adef;
  --color-brand-hover: #0095d0;
  --color-brand-active: #007fb3;
  --color-brand-soft: #d4f1fc;
  --color-brand-deep: #003d5b;
  --color-on-brand: #ffffff;
  --color-accent-amg-red: #cc0000;
  --color-accent-amg-yellow: #fdca00;
  --color-accent-maybach-rose: #ddc090;
  --color-border: #2a2a2a;
  --color-border-soft: #1a1a1a;
  --color-border-on-light: #d8d8d8;
  --color-link: #ffffff;
  --color-link-hover: #00adef;
  --color-ring: #00adef;
  --color-ring-on-light: #000000;
  --color-success: #00a651;
  --color-warning: #ffa500;
  --color-danger: #cc0000;
  --color-info: #00adef;

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

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

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

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