/* GhostVPN — global stylesheet entry point.
   This file is intentionally a list of @import lines only. Consumers link this
   single file; everything reachable from here ships as the design system. */

@import url('./tokens/fonts.css');
@import url('./tokens/colors.css');
@import url('./tokens/typography.css');
@import url('./tokens/spacing.css');
@import url('./tokens/effects.css');
