/* FairPoint Design System — global entry point.
   Consumers link ONLY this file. It is a manifest of @import lines.
   Everything reachable from here is what a rendered design receives.

   ORDER MATTERS:
   1. token definitions            — the values everything else refers to
   2. tabler.min.css               — the product framework, with its own reset
   3. base.css                     — our base, so it wins over Tabler's reset
   4. tabler-bridge.css            — repaints Tabler's vars with the brand;
                                     must come last or Tabler's defaults win */
@import url("tokens/fonts.css");
@import url("tokens/icons.css");
@import url("tokens/colors.css");
@import url("tokens/typography.css");
@import url("tokens/spacing.css");
@import url("tokens/elevation.css");
@import url("tokens/tabler.min.css");
@import url("tokens/base.css");
@import url("tokens/tabler-bridge.css");
