/* Lamborghini Tailwind CSS v4 theme */
@theme {
  --color-color-1: #000000;
  --color-color-2: #FFC000;
  --color-pure-white: #FFFFFF;
  --color-dark-gold: #917300;
  --color-gold-text: #FFCE3E;
  --color-cyan-pulse: #29ABE2;
  --color-link-blue: #3860BE;
  --color-charcoal: #202020;
  --color-dark-iron: #181818;
  --color-overlay-black: rgba(0,0,0,0.7);
  --color-near-white: #F8F8F8;
  --color-mist: #E6E6E6;
  --color-smoke: #F5F5F5;
  --color-graphite: #494949;
  --color-ash: #7D7D7D;
  --color-steel: #969696;
  --color-slate: #666666;
  --color-iron: #555555;
  --color-shadow: #313131;
  --color-teal-action: #1EAEDB;
  --color-color-21: #DDDDDD;
  --color-color-22: rgba(0,0,0,0.5);
  --color-color-23: rgba(0,0,0,0.25);
  --font-primary: Inter, system-ui, sans-serif;
  --font-family-2: Default for everything — buttons, cards, containers, images;
  --font-family-3: 'Subtle span elements', system-ui, sans-serif;
  --font-family-4: Badges, close buttons, cookie elements — barely perceptible;
  --font-family-5: 'Toggle switches only — the sole rounded element', system-ui, sans-serif;
  --text-label: 0.96px;
  --leading-label: 1.5;
  --tracking-label: 0;
  --text-micro: 0.225px;
  --leading-micro: 1.5;
  --tracking-micro: 0;
  --text-0px: 0px;
  --leading-0px: 1.5;
  --tracking-0px: 0;
  --text-1px: 1px;
  --leading-1px: 1.5;
  --tracking-1px: 0;
  --text-2px: 2px;
  --leading-2px: 1.5;
  --tracking-2px: 0;
  --text-20px: 20px;
  --leading-20px: 1.5;
  --tracking-20px: 0;
  --spacing-4: 4px;
  --spacing-8: 8px;
  --spacing-12: 12px;
  --spacing-16: 16px;
  --spacing-20: 20px;
  --spacing-24: 24px;
  --spacing-32: 32px;
  --spacing-40: 40px;
  --spacing-48: 48px;
  --spacing-80: 80px;
  --spacing-96: 96px;
  --radius-sm: 0px;
  --radius-md: 1px;
  --radius-lg: 2px;
  --radius-xl: 4px;
}
