/* =============================================================
   Braintrust Tutors — Design System entry stylesheet
   Link THIS one file to pull in the whole system. It re-exports
   the foundation (tokens, fonts, base type) plus every surface
   stylesheet so consumers don't have to wire each one by hand.
   ============================================================= */

/* Foundation — color tokens, type scale, @font-face (Campton + Poppins).
   Must come first; everything below references its custom properties. */
@import url('colors_and_type.css');

/* Surface stylesheets — all class-scoped, opt-in by markup. */
@import url('slides/slides.css');                /* deck / slide archetypes (.s-*) */
@import url('ui_kits/marketing/marketing.css');  /* marketing site (.bt-*) */
@import url('ui_kits/spark/spark.css');          /* Spark platform chrome (.spark-*) */
