/* Renault Tailwind CSS v4 theme */
@theme {
  --color-primary: #ffed00;
  --color-primary-deep: #e6d200;
  --color-on-primary: #000000;
  --color-ink: #000000;
  --color-body: #222222;
  --color-charcoal: #333333;
  --color-mute: #666666;
  --color-ash: #8a8a8a;
  --color-stone: #c4c4c4;
  --color-on-dark: #ffffff;
  --color-on-dark-mute: rgba(255,255,255,0.72);
  --color-canvas: #ffffff;
  --color-surface-soft: #f7f7f7;
  --color-surface-card: #ffffff;
  --color-surface-dark: #000000;
  --color-surface-deep: #111111;
  --color-hairline: #f2f2f2;
  --color-hairline-strong: #000000;
  --color-divider-dark: rgba(255,255,255,0.16);
  --color-badge-new: #ffed00;
  --color-link: #0000ee;
  --color-error: #be6464;
  --color-warning: #f0ad4e;
  --color-success: #8dc572;
  --color-info: #337ab7;
  --font-primary: 'NouvelR', system-ui, sans-serif;
  --text-display-xl: 56px;
  --leading-display-xl: 0.95;
  --tracking-display-xl: 0;
  --text-display-lg: 40px;
  --leading-display-lg: 0.95;
  --tracking-display-lg: 0;
  --text-display-md: 32px;
  --leading-display-md: 0.95;
  --tracking-display-md: 0;
  --text-heading-lg: 24px;
  --leading-heading-lg: 0.95;
  --tracking-heading-lg: 0;
  --text-heading-md: 20px;
  --leading-heading-md: 0.95;
  --tracking-heading-md: 0;
  --text-heading-sm: 18px;
  --leading-heading-sm: 1;
  --tracking-heading-sm: 0;
  --text-subtitle: 19.2px;
  --leading-subtitle: 1.3;
  --tracking-subtitle: 0;
  --text-body-lg: 18px;
  --leading-body-lg: 1.5;
  --tracking-body-lg: 0;
  --text-body-md: 16px;
  --leading-body-md: 1.4;
  --tracking-body-md: 0;
  --text-body-sm: 14px;
  --leading-body-sm: 1.57;
  --tracking-body-sm: 0;
  --text-button-lg: 16px;
  --leading-button-lg: 1;
  --tracking-button-lg: 0;
  --text-button-md: 14.4px;
  --leading-button-md: 1;
  --tracking-button-md: 0.144px;
  --text-button-sm: 13px;
  --leading-button-sm: 1.2;
  --tracking-button-sm: 0.13px;
  --text-caption: 12px;
  --leading-caption: 1.4;
  --tracking-caption: 0;
  --text-overline: 10px;
  --leading-overline: 1.45;
  --tracking-overline: 0;
  --spacing-xxs: 4px;
  --spacing-xs: 8px;
  --spacing-sm: 12px;
  --spacing-md: 16px;
  --spacing-lg: 20px;
  --spacing-xl: 24px;
  --spacing-xxl: 32px;
  --spacing-xxxl: 40px;
  --spacing-section: 80px;
  --radius-none: 0px;
  --radius-xs: 2px;
  --radius-sm: 3px;
  --radius-md: 4px;
  --radius-pill: 46px;
  --radius-full: 9999px;
}
