@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap');

html, body,
h1, h2, h3, h4, h5, h6,
p, span, a, li, label,
button, input, select, textarea {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400 !important;
}
