/*
 * Atlas runtime tokens — EXTERNALIZED.
 *
 * Hosted at a stable CDN path (mf.<env>.mundi.work/atlas/tokens.css) and loaded
 * once by the root-config shell via <link>. `:root:root` has specificity (0,2,0),
 * which beats the `:root` (0,1,0) token block every MF bundles in its own CSS —
 * so these values win regardless of load order, WITHOUT rebuilding any MF.
 *
 * To re-theme the whole platform: edit a value here, re-upload this one file to
 * the CDN. Every MF picks it up on next load. ZERO microfrontend redeploy.
 */
:root:root {
  --border: 20 5.9% 90%;
  --input: 20 5.9% 90%;
  --ring: 21 90% 48%;
  --background: 210 40% 98%;
  --foreground: 20 14.3% 4.1%;
  --primary: 21 90% 48%;
  --primary-foreground: 60 9.1% 97.8%;
  --primary-background: 34 100% 92%;
  --primary-hover: 21 88% 41%;
  --primary-strong: 21 88% 41%;
  --primary-strong-hover: 21 88% 34%;
  --secondary-atlas: 60 4.8% 95.9%;
  --secondary-atlas-foreground: 24 10% 10%;
  --muted: 60 4.8% 95.9%;
  --muted-foreground: 25 5.3% 44.7%;
  --accent: 60 4.8% 95.9%;
  --accent-foreground: 24 9.8% 10%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 60 9.1% 97.8%;
  --destructive-background: 0 93% 94%;
  --popover: 0 0% 100%;
  --popover-foreground: 20 14.3% 4.1%;
  --card: 0 0% 100%;
  --card-foreground: 20 14% 4%;
  --congrats: 143 64% 24%;
  --congrats-background: 141 84% 93%;
  --congrats-smooth: 140 48% 64%;
  --info-background: 204 94% 94%;
  --info-foreground: 221 83% 53%;
  --label: 212 7% 37%;
  --radius: .5rem;
  --font-sans: "Inter", sans-serif;
}
