/*! © 2026 VertexStudio, Inc. — All rights reserved. Proprietary and confidential. */
/* 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: #2b6bff;
  --brand-2: #60a5fa;
  --on-brand: #ffffff;
  --grad-brand: linear-gradient(120deg, #2b6bff 0%, #4f86ff 50%, #60a5fa 100%);
  --grad-text: linear-gradient(120deg, #111114 0%, #2b6bff 50%, #60a5fa 100%);
}
