/* Burnside Steps theme — accent + logo only. */
:root, [data-theme-brand="burnside"] {
  --ds-accent: #FF4D9D;
  --ds-accent-press: #E23B86;
  --ds-accent-tint: rgba(255,77,157,0.14);
  --ds-on-accent: #121317;
  /* accent-solid: deeper, accessible magenta for solid fills (e.g. primary buttons);
     the bright --ds-accent above keeps serving links, borders, focus rings, tinted badges. */
  --ds-accent-solid: #D81E7A;
  --ds-accent-solid-press: #B81866;
  --ds-on-accent-solid: #ffffff;
  --ds-logo: url("../identity/burnside/wordmark.svg");
  /* Nav draws the short mark (4264x737, same 737 as Farnsworth, so 26px matches
     it exactly). The footer draws the full stacked mark (4251x1870), which needs
     81px to put its glyphs at the same size as Farnsworth's 32px. */
  --ds-brand-nav-h: 26px;
  --ds-brand-foot-h: 81px;
}
