/* Override theme fonts with Inter */
body {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.primary-font, #primary-font,
.secondary-font, #secondary-font,
.default-font, #default-font {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
