/* ============================================================================
   TALIN DESIGN SYSTEM — Root entry point.
   Consumers link THIS one file. It re-exports the foundation tokens
   (color + type) that every Talin surface is built on.

   • colors_and_type.css ... brand/semantic color tokens, type scale, @font-face
   Page/marketing layers (marketing/site-elevated.css) import this foundation
   themselves and add their own marketing-scale layout on top — link those
   directly only when building the marketing site.
   ============================================================================ */
@import url('./colors_and_type.css');
