@import "./fonts/fonts.css";
@import "./_ds_bundle.css";

/* Forward brand accent — overrides the synced indigo bundle tokens.
   Applied globally so every component preview and consumer renders the
   firmennyy krasnyy. NB: this is a local override; the canonical fix
   belongs in the source repo + /design-sync. */
:root{
  --accent:#D91F26 !important;   /* @kind color */
  --accent-hover:#B4141B !important;   /* @kind color */
  --accent-soft:#FCE9EA !important;   /* @kind color */
}
[data-theme='dark']{
  --accent:#F5545A !important;   /* @kind color */
  --accent-hover:#FF6B70 !important;   /* @kind color */
  --accent-soft:#2C1517 !important;   /* @kind color */
}
