/* GENERATED from brand.config.json — do not edit by hand.
   Loaded after tokens.css; overrides the brand custom properties.
   Runtime accent presets (html[data-accent="…"]) still win via higher specificity. */
:root {
  --brand: #10b981;
  --brand-2: #22d3ee;
  --on-brand: #ffffff;
  --grad-brand: linear-gradient(120deg, #34d399 0%, #10b981 50%, #22d3ee 100%);
  --grad-text: linear-gradient(120deg, #ffffff 0%, #34d399 50%, #22d3ee 100%);
}
