:root {
    --fast-primary: #FFBC0D; /* Jaune "Appétit" */
    --fast-secondary: #DA291C; /* Rouge "Faim" */
    --fast-dark: #27251F;
    --fast-bg: #F5F5F7;
    --radius: 16px;
    --fast-overlay-hard: rgba(0, 0, 0, 0.1);
  --fast-overlay-hover: rgba(0, 0, 0, 0.15);
  --fast-success: #06C167;
  --fast-deliveroo: #00CCBC; /* ou --fast-cyan / --fast-accent-alt */
  --fast-justeat: #F36324; /* ou --fast-orange */
  --fast-text-main: #333333;
  --fast-accent-orange: #e67e22;
  --fast-text-dark-muted: #555555;
    /* --- NOUVELLES VARIABLES EXTRACTEES --- */
    --fast-white: #ffffff;
    --fast-text-muted: #666666;
    --fast-text-dark-muted: #555555;
    --fast-text-light-muted: #cccccc;
    --fast-border-light: #eeeeee;
    --fast-border-alt: #f1f1f1;
    --fast-bg-alt: #f9f9f9;
    --fast-bg-pill: #f8f8f8;
    
    /* Overlays & Opacités */
    --fast-hero-overlay: linear-gradient(to right, rgba(0, 0, 0, 0.8), transparent);
    --fast-overlay-dark: rgba(0, 0, 0, 0.5);
    --fast-overlay-darker: rgba(0, 0, 0, 0.6);
    --fast-overlay-menu: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 100%);
    
    /* Ombres (Box Shadows) */
    --shadow-soft: 0 4px 10px rgba(0, 0, 0, 0.05);
    --shadow-medium: 0 10px 20px rgba(0, 0, 0, 0.05);
    --shadow-hard: 0 8px 25px rgba(0, 0, 0, 0.1);
    --shadow-hover: 0 12px 30px rgba(0, 0, 0, 0.15);
    --shadow-header: 0 4px 15px rgba(0, 0, 0, 0.08);
    --shadow-modal: 0 20px 60px rgba(0, 0, 0, 0.3);
    --shadow-badge: 0 5px 15px rgba(0, 0, 0, 0.3);
  --fast-primary-alpha-40: rgba(255, 188, 13, 0.4);
  --fast-accent-orange: #d35400;
  --accent: var(--fast-primary);
  --fast-black: #1a1a1a;
  
      --radius: 16px;
}