/* GUARANTEED TEST: override font on everything */
body, body * {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
}
