/* Force Outfit globally; override any legacy Manrope rules */
html, body, button, input, select, textarea {
    font-family: "Outfit", sans-serif !important;
}

/* Ensure nested elements inherit Outfit even if component CSS sets Manrope */
body * {
    font-family: "Outfit", sans-serif !important;
}


