@layer design-system {
/* corp-web — owned design tokens.
   Seeded from the Webflow export's :root, now OWNED. Emitted by build.mjs into
   @layer design-system (higher priority than @layer webflow), so any value you
   change here overrides the Webflow base everywhere that variable is read — the
   point of owning the design system on top of the export.

   Change --main-blue / --bright-blue here and every gradient, button, and accent
   that reads them updates site-wide. No !important, no touching the export CSS. */
:root {
  --text-main: white;
  --text-mutted: #b4b9c4;
  --bright-blue: #5b8cf2;
  --gray-text: #ababab;
  --bg-blue: #050f1a;
  --bg-cards: #15263d;
  --line-main: #2e425d;
  --main-blue: #3970e6;
  --cyan: #14b6e9;
  --bg-main: #0e1a2e;
  --green: #00de66;
  --dart-part-gradient: #0d1524;
  --light-part-gradient: #1c2b4c;
  --bg-lighter: #142036;
  --bg-card-hover: #1d3151;
  --dark-blue: #13171d;
  --lines: #57dbffcc;
}

}
