/* Terracotta Design System — global entry point.
   Consumers link this single file. Declarations live in the imported files
   below: the design tokens, then the brand base styles. */

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

/* Brand base styles (text selection, …) — after the tokens they reference. */
@import "base.css";
