/* Local fallback for the archived Google Fonts stylesheet.
   The original archive referenced fonts.gstatic.com; using system fonts avoids
   external font requests and keeps text rendering fast on static pages. */
:root {
  --mahadev-system-font: Arial, Helvetica, sans-serif;
}

body,
button,
input,
select,
textarea {
  font-family: var(--mahadev-system-font);
}
