/* =============================================================
   MathGuru — Design System root stylesheet
   Single entry point. Link THIS file in any consuming artifact:
       <link rel="stylesheet" href="styles.css">
   It pulls in the canonical token layers below.
   ============================================================= */

/* Core tokens: color, type, spacing, radii, shadows (Families A & B) */
@import url("/static/css/ds-colors-and-type.css");

/* Practice-page tokens: Premium Dark theme + per-operation accents */
@import url("/static/css/ds-colors-and-type-practice.css");
