Skip to content
/* ===============================
TIPOGRAFIA GLOBAL – INTER
=============================== */
html, body,
p, span, li, a, div,
input, textarea, button {
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
Roboto, Helvetica, Arial, sans-serif !important;
font-weight: 400;
}
/* TÍTULOS */
h1, h2, h3, h4, h5, h6,
.wp-block-heading {
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
Roboto, Helvetica, Arial, sans-serif !important;
font-weight: 600;
}
/* AJUSTE FINO PARA MOBILE */
@media (max-width: 768px) {
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
}