/* Prueba tipográfica aislada: únicamente afecta la página de inicio. */
body.home-font-test {
  --font-display: "Segoe UI", sans-serif;
  --font-body: "Segoe UI", sans-serif;
}

body.home-font-test,
body.home-font-test button,
body.home-font-test input,
body.home-font-test textarea,
body.home-font-test select {
  font-family: "Segoe UI", sans-serif;
}
