/* ============================================================
   CloudX WMS — Fonts
   Primary UI typeface: Inter variable (weights 100–900 — the type scale
   uses 400 / 450 / 500 / 700; "450" needs the variable axis).
   Loaded from Google Fonts CDN. To self-host, replace this @import with
   local @font-face rules pointing at woff2 files in assets/fonts/.
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

:root {
  --wms-font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --wms-font-mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
}
