/* ============================================================
   gathered.chat - Design System entry point
   ------------------------------------------------------------
   Link THIS one file to get the whole system: tokens (colors,
   type, spacing, effects), fonts, and base element styles.

   Sibling of gathered.cam. Same warm-neutral family, same type
   and wordmark logic; the signature is CLAY, not gold. Dark mode
   is a co-equal, first-class surface.

       <link rel="stylesheet" href="styles.css">

   This file is an import manifest only - no rules live here.
   ============================================================ */

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