/* ============================================================
   Empower Guyana — Design token barrel
   Import this single file to get the full token system + all themes.
   The active theme is selected by setting a class on <html>:
     - .theme-empower-guyana   (default — applied to :root automatically)
     - .theme-neutral          (Edition A external sharing)
     - .theme-field-mode       (dark / dusk canvassing — stacks on either brand theme)
   ============================================================ */

@import url("./colors.css");
@import url("./typography.css");
@import url("./spacing.css");
@import url("./motion.css");
@import url("./elevation.css");
@import url("./themes/empower-guyana.css");
@import url("./themes/neutral.css");
@import url("./themes/field-mode.css");

/* Global numerics — tabular figures so KPIs stop wobbling */
:root {
  font-variant-numeric: tabular-nums lining-nums;
}
