/* ============================================================
   Signature — Centralized brand tokens
   Single source of truth for huisstijl colors across all pages.
   Used by every /public/*.html and mirrored in src/styles.css.
   ============================================================ */

/* Global rounded corners: all photos and buttons */
img:not(.no-radius):not([alt="Signature"]):not([src*="/logo"]):not([src*="logo"]){border-radius:12px}
button:not(.no-radius):not(.scroll-circle):not(.faq-ico):not(.mclose):not(.pt-arrow):not(.lang-btn),
[type="button"]:not(.no-radius),
[type="submit"]:not(.no-radius),
[type="reset"]:not(.no-radius),
.btn:not(.no-radius),
.cta-btn:not(.no-radius),
.filter-btn:not(.no-radius){border-radius:12px}

:root{
  /* Primary brand */
  --green:#1e3d2a;
  --green2:#2d5a3d;

  /* Sub-brands */
  --bordeaux:#6b1a2a;
  --bordeaux2:#8a2035;
  --bordeaux-light:#f9f0f2;

  --purple:#4a1d6b;
  --purple2:#6a2d96;
  --purple-light:#f5f0fb;

  --orange:#b35500;
  --orange2:#d06600;
  --orange-light:#fdf3e7;

  /* Accents */
  --gold:#c9a96e;
  --gold2:#dfc08e;
  --gold-soft:#bfa978;
  --rose:#c9848a;
  --rose2:#e8b4b8;
  --rose-light:#fdf5f5;

  /* Neutrals */
  --cream:#f5f1ea;
  --cream2:#f5f2ec;
  --beige:#ede9e1;
  --dark:#2d2d2d;
  --ink:#1a1a1a;
  --mid:#5a5a5a;
  --white:#fff;
}
