/* ==========================================================================
   Pickscan Design System — global entry point
   --------------------------------------------------------------------------
   Consumers link THIS one file. It is a manifest of @import lines only.
   Order: fonts → tokens (colour, type, spacing, effects) → base resets.
   Every custom property and @font-face the system ships is reachable from here.
   ========================================================================== */

@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');
@import url('tokens/base.css');
