:root {
  --sam-aqua: #1DB8CC;
  --sam-aqua-deep: #14879A;
  --sam-aqua-soft: #BFEBF0;
  --sam-aqua-faint: #EAF9FB;
  --sam-orange: #F5941D;
  --sam-red: #F5941D;
  --sam-yellow: #F5941D;
  --sam-green: #1DB8CC;
  --link: #14879A;
  --link-hover: #1DB8CC;
  --focus-ring: #1DB8CC;
}

/* ---- Font override (fix Windows "Helvetica" fallback + maker/robotics identity) ----
   The SAM Labs design system put "Helvetica Neue"/"Helvetica" first in --font-body,
   which on Windows grabs a stray low-quality local Helvetica. We swap to a reliable,
   web-loaded pairing and use Segoe UI / system-ui as the safe fallback (never Helvetica). */
:root {
  --font-display: "Space Grotesk", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --font-body:    "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --font-mono:    "Space Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;
}
