/* GENERATED from brand/brand.config.json by `npm run brand:sync`. Do not edit by hand.
   The website's brand colours. Pages reference these via var(--kp-…) so a rebrand
   is one config edit + one command instead of a find-replace across 85 HTML files. */
:root {
  --kp-navy: #2b2d42;
  --kp-navy-rgb: 43, 45, 66;
  --kp-pink: #ef233c;
  --kp-pink-rgb: 239, 35, 60;
  --kp-blue: #8d99ae;
  --kp-blue-rgb: 141, 153, 174;
  --kp-accent: #ef233c;
  --kp-accent-rgb: 239, 35, 60;
  --kp-grad: linear-gradient(135deg, var(--kp-pink), var(--kp-blue));
}
