/* ============================================================
   Sage Institute — Design System entry point
   ------------------------------------------------------------
   Ported from Institute Identity / Design System.

   colors.css, typography.css, spacing.css, stoa.css and base.css
   are byte-identical copies of the canon — verified, and they must
   stay that way; a divergence here is a private fork of the brand.

   fonts.css is the ONE exception: it is trimmed to the faces this
   surface renders (three families, ten weights) rather than all
   six families, so a merchant does not fetch the Sanctums display
   faces to read a shelf. Same @font-face declarations, fewer of
   them, paths repointed at ../fonts/.

   Import order matters: fonts → colours → type → spacing →
   product theme → element defaults.
   ============================================================ */

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