/* ============================================================
   KantoPay Design System — global entry point.
   Consumers link THIS file. It is a list of @imports only;
   every token + @font-face reachable from here ships to consumers.

   One exception to "tokens only": base/focus.css carries a single
   :focus-visible rule. Accessibility that every consumer needs cannot be
   expressed as a token — a token can only be ignored, and this one was
   (--focus-ring had no consumers, so no DS surface had a focus indicator).
   Keep this list short; base/ is not a component dumping ground.
   ============================================================ */

@import url('./tokens/fonts.css?v=2');
@import url('./tokens/colors.css?v=2');
@import url('./tokens/typography.css?v=2');
@import url('./tokens/spacing.css?v=2');
@import url('./base/focus.css?v=2');
