/* FieldOps · type tokens — native UI stack for text, Plus Jakarta Sans as the
   JLCS display voice (titles only), a mono stack for numbers. Don't set
   font-family by hand — use these three stacks. (--fo-font / --fo-mono are
   native OS stacks with no webfont to ship, so they're marked @kind other;
   the one shipped webfont, Plus Jakarta Sans, lives in --fo-font-display.) */
:root {
  --fo-font: -apple-system, BlinkMacSystemFont, "Segoe UI Variable", "Segoe UI", Roboto, Helvetica, Arial, sans-serif; /* @kind other */
  --fo-font-display: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --fo-mono: ui-monospace, "Cascadia Code", "SF Mono", Menlo, Consolas, monospace; /* @kind other */
}
