:root{ --font-sans: "Poppins", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial; }
html, body{ font-family: var(--font-sans); }
:where(button,input,select,textarea){ font-family: inherit; }