/* Google Fonts: Zilla Slab */
@import url("https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@400;700&display=swap");

html, body {
  font-family: "Zilla Slab", Georgia, "Times New Roman", Times, serif !important;
  font-synthesis: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Zilla Slab", Georgia, "Times New Roman", Times, serif !important;
}

/* Ensure form controls & buttons don't fall back */
button,
input,
textarea,
select,
option {
  font-family: "Zilla Slab", Georgia, "Times New Roman", Times, serif !important;
  font-synthesis: none;
}

/* Modals often use isolated wrappers */
.modal-premium-backdrop,
.modal-premium-backdrop * {
  font-family: "Zilla Slab", Georgia, "Times New Roman", Times, serif !important;
  font-synthesis: none;
}
