/* Baseball Base Math — game-specific accent. Input via shared .sm-choices. */
:root {
  --sm-accent: hsl(4 66% 46%);
  --sm-accent-dark: hsl(4 70% 32%);
}
