/* ============================================================
   FieldOps design system (JLCS) — single stylesheet entry.
   Consumers link THIS one file. It pulls the webfonts, the split
   token layer, then the full .fo-* component vocabulary.
   ============================================================ */
@import "./fonts/fonts.css";

/* tokens — split by concern; every --fo-* custom property lives here */
@import "./tokens/colors.css";
@import "./tokens/typography.css";
@import "./tokens/spacing.css";
@import "./tokens/effects.css";

/* the .fo-* component vocabulary (buttons, cards, tables, glass, …) */
@import "./css/fieldops-components.css";
