@import url("/assets/css/nzr-tokens.css");

/* Public-site bridge: the older standalone pages keep their compact local
   CSS, but their visible brand colours now resolve through the same governed
   tokens as the Brand Studio and exported campaign artwork. */
:root {
  --forest: var(--nzr-core-color-cover-surface-green-start);
  --forest-deep: var(--nzr-core-color-cover-surface-green-end);
  --green: var(--nzr-core-color-cover-green);
  --accent: var(--nzr-core-color-cover-sage);
}
