/* TASK-0160 — system fonts first (WhatsApp / Cursor weight). Barlow still loads later if wanted. */
:root {
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-display: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
body, button, input, select, textarea {
  font-family: var(--font);
}
