@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;700&display=swap');

h1,h2,h3,h4,h5,h6,p,li {
    font-family: 'Poppins', sans-serif;
}

body>.wp-site-blocks {
	padding-top:0 !important;
  padding-bottom:0 !important;
}

.rounded {
	border-radius:8px;
}

.gform_button.button {
  background-color: var(--wp--preset--color--secondary);
  padding: 1rem 2.6rem;
  font-size: 1.2rem;
  font-weight: bold;
  border: none;
  border-radius: 1rem;
  transition:all 0.3s ease;

}
.gform_button.button:hover {
  background-color:  #FFd833;
  transition:all 0.3s ease;
}