/* Local fallback for pages that previously loaded Google Fonts.
   Keeps the app self-contained and avoids third-party requests. */
:root {
  --attendance-font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  font-family: var(--attendance-font-sans);
}
