/* ============================================================
   DATAPOT DESIGN SYSTEM — Canonical stylesheet entry point
   ------------------------------------------------------------
   This is the single file consumers should link. It pulls in
   every global stylesheet in the right order so you don't have
   to link them individually.

   Usage:
     <link rel="stylesheet" href="styles.css" />

   Token reference: all design tokens (color, type, spacing,
   radii, shadow, motion) live in colors_and_type.css.
   ============================================================ */

@import "./colors_and_type.css";
