/* ============================================================
   Bend Privacy Alliance — Design System
   Global entry point. Consumers link THIS file only.
   Keep this file as @import lines — no rules inline.
   ============================================================ */
@import "tokens/colors.css";
@import "tokens/typography.css";
@import "tokens/spacing.css";
@import "tokens/effects.css";
@import "tokens/base.css";
/* Dark theme LAST — its [data-theme] / prefers-color-scheme blocks must
   override the light defaults in colors.css and effects.css (shadows). */
@import "tokens/dark.css";
