/* Local fallback stylesheet to avoid remote Google Fonts fetch errors.
   You can include a local @font-face here if available; using system fonts as a safe default. */
:root {
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
}
body, input, button, select, textarea { font-family: var(--font-sans); }
