/* Generated from site/data/site.json -> brand. Do not edit by hand.
   A rebrand is a value change in the data, not a stylesheet edit. */
:root {
  --accent: #7fb8a4;
  --accent-deep: #2f5d50;
  --backdrop-a: #12241f;
  --backdrop-b: #0a0d12;
  --backdrop-c: #16283a;
}
@media (prefers-color-scheme: light) {
  :root {
    --accent: #2f5d50;
    --accent-deep: #7fb8a4;
  }
}
