/* kit.css
   Single entry point for the qv-prefixed design kit — link only this
   file. Pulls in fonts/colors/typography/spacing/effects, then a thin reset.
   Rebrand a new site by editing the palette hooks in props/colors.css
   (--accent, --accent-2, --bg, --surface) — everything else derives from them. */

@import url("./props/fonts.css");
@import url("./props/colors.css");
@import url("./props/typography.css");
@import url("./props/spacing.css");
@import url("./props/effects.css");
@import url("./props/base.css");
