/*!
 * theme.css — Downloads Sweeper's accent override
 * ================================================
 * The ONLY styling this sibling site authors for its brand. Everything else
 * (neutrals, spacing, type scale, components) comes from assets/base.css,
 * copied verbatim from the shared design system.
 *
 * Downloads Sweeper ships macOS system blue — matching the actual menu bar
 * dropdown's own tint — with a cyan partner for gradients and glow, and
 * green reserved for the "freed" / safe-outcome moments.
 */

:root {
  --accent: #007aff;   /* macOS system blue — primary CTAs, links, kicker, focus ring */
  --accent-2: #5ac8fa; /* cyan   — gradient partner (hero title, mesh glow) */
  --accent-3: #34c759; /* green  — reinforces "freed" / safe outcomes */
  --accent-fg: #ffffff;
}
