/* RIVET Design System — global stylesheet entry point.
   Consumers link THIS one file. It is a list of @import lines only.
   Everything reachable from here (tokens + @font-face closure) ships to consumers.

   Mode is chosen by AUDIENCE, not preference:
     • Dark  (default / :root)  → corporate & professional  → add nothing, or [data-mode="dark"] / .rivet-dark
     • Light (opt-in)           → membership & community    → [data-mode="light"] / .rivet-light
*/

@import url("tokens/fonts.css");
@import url("tokens/colors.css");
@import url("tokens/primary.css");
@import url("tokens/typography.css");
@import url("tokens/spacing.css");
