/* Thème du bandeau de consentement — charte Syntropic Lab.
   Source : client-kit/ du repo consent-manager. */

:root {
  --consent-accent: #0c335c;      /* primary */
  --consent-accent-text: #ffffff;
  --consent-bg: #ffffff;
  --consent-color: #262626;       /* dark */
  --consent-muted: #666666;       /* dark-6 */
  --consent-radius: 8px;          /* même arrondi que la carte Maps */
  --consent-font: Inter, system-ui, sans-serif;
  --consent-gate-bg: #f5f5f5;     /* gray-1 */
}

/* Mode sombre du site (classe .dark sur <html>) */
html.dark {
  --consent-bg: #262626;
  --consent-color: #f5f5f5;
  --consent-muted: #999999;
  --consent-gate-bg: #333333;
}
