/* =============================================================================
   SWARNIL DESIGN SYSTEM · 2 — ELEMENTS
   The atoms: type, labels, tables, indicators. An element is a single idea
   with no internal parts and no behaviour — a blockquote, a badge, a spinner.

   The moment a thing needs variants, states, or two pieces that know about
   each other, it stops being an element and moves to layer 3.

   Requires 1-foundation/index.css.
   ========================================================================== */

@import url('./10-text.css?v=cds25');        /* blockquote, figure, code, note, caps  */
@import url('./11-badge.css?v=cds25');       /* badge, chip, eyebrow, avatar, kbd     */
@import url('./12-table.css?v=cds25');       /* table, dl, rule list, steps           */
@import url('./13-indicator.css?v=cds25');   /* progress, skeleton, spinner, tooltip  */
@import url('./15-syntax.css?v=cds25');      /* codebox, token roles, copy affordance */
