/* =====================================================================
   Tramata — Design System
   Global stylesheet entry point. Consumers link THIS file.
   Import order: fonts → tokens → base atmosphere.
   (This file is @import lines only — no rules of its own.)
   ===================================================================== */

@import "tokens/fonts.css";
@import "tokens/colors.css";
@import "tokens/typography.css";
@import "tokens/spacing.css";
@import "tokens/base.css";
