/* Override all fonts to use Poppins */
* {
  font-family: "Poppins", sans-serif !important;
}

body,
h1, h2, h3, h4, h5, h6,
p, span, a, ul, li,
input, button, textarea, select,
.ayur-btn,
button.ayur-btn,
input.ayur-btn {
  font-family: "Poppins", sans-serif !important;
}
