/**
 * Generated from Lamborghini — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #000000;
  --surface: #202020;
  --surface-alt: #202020;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #ffffff;
  --brand: #ffc000;
  --on-brand: #000000;
  --border: rgba(255,255,255,0.5);
  --border-strong: rgba(255,255,255,0.5);
  --success: #5fa657;
  --warning: #d4a017;
  --danger: #cc0033;

  /* full color palette */
  --color-bg: #000000;
  --color-bg-deep: #181818;
  --color-surface: #202020;
  --color-surface-elevated: #202020;
  --color-surface-overlay: rgba(0,0,0,0.7);
  --color-surface-fog: rgba(0,0,0,0.5);
  --color-surface-mist: rgba(0,0,0,0.25);
  --color-surface-light: #f8f8f8;
  --color-surface-light-mist: #e6e6e6;
  --color-text: #ffffff;
  --color-text-strong: #ffffff;
  --color-text-soft: #f5f5f5;
  --color-text-on-light: #202020;
  --color-text-on-light-strong: #000000;
  --color-text-graphite: #494949;
  --color-text-ash: #7d7d7d;
  --color-text-steel: #969696;
  --color-text-slate: #666666;
  --color-text-iron: #555555;
  --color-text-shadow: #313131;
  --color-brand: #ffc000;
  --color-brand-active: #917300;
  --color-brand-light: #ffce3e;
  --color-on-brand: #000000;
  --color-accent-cyan: #29abe2;
  --color-accent-link-blue: #3860be;
  --color-accent-teal-action: #1eaedb;
  --color-border: rgba(255,255,255,0.5);
  --color-border-divider: #202020;
  --color-border-light-input: #dddddd;
  --color-ring: #ffc000;
  --color-link: #ffffff;
  --color-link-hover: #3860be;
  --color-hex-stroke: #ffffff;
  --color-progress-bar: #ffffff;
  --color-success: #5fa657;
  --color-warning: #d4a017;
  --color-danger: #cc0033;
  --color-info: #29abe2;

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

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

  /* spacing */
  --space-xs: 2px;
  --space-sm: 4px;
  --space-md: 8px;
  --space-lg: 15px;
  --space-xl: 20px;

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