/* 3e proposition — "Azur", direct : moderne, clair, cartes, un peu de
   transparence, animations cohérentes. Référence donnée par le client :
   hellowatt.fr. Bleu azur en clin d'œil direct au nom de l'entreprise. */
:root {
  --bg: #ffffff;
  --bg-soft: #f2f7fc;
  --ink: #16212e;
  --ink-soft: #5b6472;
  --line: #e3eaf2;

  --azure: #0ea5e9;
  --azure-deep: #0369a1;
  --azure-mid: #0c5f8a;
  --azure-pale: #e3f4fd;
  --orange: #f97316;
  --orange-deep: #a34a08;
  --mint-deep: #0f766e;
  --indigo-deep: #1e40af;

  --font: "Manrope", -apple-system, "Segoe UI", sans-serif;
  --font-mono: "IBM Plex Mono", "Consolas", monospace;

  --content-max: 1240px;
  --gutter: 24px;
  --radius: 20px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --shadow: 0 24px 48px -24px rgba(15, 45, 75, 0.22);
  --shadow-hover: 0 28px 56px -20px rgba(15, 45, 75, 0.3);
}
