/* SafePulse font override (font-family only) */
:root { --sp-font: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }

/* Apply Inter across the app without touching colors/spacing */
body, p, .nav-link, input, button { font-family: var(--sp-font); }
h1, h2, h3, .txt-up { font-family: var(--sp-font); font-weight: 700; }
