/* Prevent external font fetches. If Poppins is installed locally it will be used;
   otherwise the stack falls back to common system sans-serif fonts. */
:root {
    --bs-font-sans-serif: "Poppins", "Segoe UI", Helvetica, Arial, sans-serif;
}

body,
button,
input,
optgroup,
select,
textarea {
    font-family: var(--bs-font-sans-serif);
}
