/*!
 * theme.css — recordly-ai's accent override
 * ==========================================
 * The ONLY styling this sibling site needs to author for its brand.
 * Everything else (neutrals, spacing, type scale, components) comes from
 * assets/base.css untouched — copied verbatim from gokulmc-sites/shared.
 *
 * recordly-ai brand blue, matched to the new app icon's own gradient
 * stops and the AGPL-3.0 badge color in the upstream project's README.
 */

:root {
  --accent: #2563eb;   /* blue   — primary CTAs, links, kicker, focus ring */
  --accent-2: #5483e9; /* lighter blue — gradient partner (hero title, mesh glow) */
  --accent-3: #0336ff; /* deep blue — the app icon's own gradient stop, used sparingly for emphasis */
  --accent-fg: #ffffff;
}
