/* ===========================
   VARIABLES GLOBALES
   =========================== */

:root {
  /* Couleurs principales */
  --orange: #ff8c00;
  --orange-light: #ffb347;
  --orange-gradient: linear-gradient(135deg, #FFB347, #FF8A4C);

  /* Couleurs neutres */
  --text-dark: #111;
  --text-light: #555;
  --bg-light: #eef3ff;
  --border-light: #e5e7eb;

  /* Typo */
  --font-main: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  /* Layout */
  --radius: 14px;
  --shadow: 0 4px 12px rgba(0,0,0,0.04);

  /* Sections */
  --section-padding: 60px;
}
