/* Local font shim: keeps app fully local with safe fallback.
   If you later add Poppins .woff2 files in this folder, replace with @font-face blocks. */
:root {
  --app-font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
html, body {
  font-family: var(--app-font-family);
}
