html[lang="es"] body,
html[lang="es"] button,
html[lang="es"] input,
html[lang="es"] select,
html[lang="es"] textarea {
  font-family: Inter, "Segoe UI", Arial, sans-serif !important;
}

html[lang="es"] .font-serif,
html[lang="es"] h1,
html[lang="es"] h2,
html[lang="es"] h3,
html[lang="es"] h4 {
  font-family: Cinzel, Georgia, serif !important;
}

html[lang="es"] body {
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: auto;
}

html[lang="es"] [class*="tracking-"] {
  letter-spacing: 0.015em !important;
}

html[lang="es"] .text-\[8px\],
html[lang="es"] .text-\[9px\] {
  font-size: 10px !important;
  line-height: 1.35 !important;
}

