/* Basketball Shot Arc — game-specific accent. Input is drag-to-aim on
   canvas plus arrow-key nudge, so no bottom action button is needed. */
:root {
  --sm-accent: hsl(24 82% 48%);
  --sm-accent-dark: hsl(24 85% 34%);
}
