:root{
  /* Remplace par tes HEX exacts si besoin */
  --brand-blue: #0b4d9f;
  --brand-green: #7ed321; /* vert pomme approché */
  --brand-dark: #10223a;

  --text: #0f172a;
  --text-muted: #4b5563;
  --bg: #ffffff;

  --container: 1200px;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(16,34,58,.15);
}
