:root {
  --lilac-breeze: #c3a9dc;
  --lilac-breeze-light: #f3edf8;
  --lilac-breeze-dark: #3a3242;
  --lemon-zest: #f2d45c;
  --soft-white: #fcfaf5;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

body {
  background-color: var(--soft-white);
  font-family: "Poppins", sans-serif;
}

.hero {
  background-color: var(--lilac-breeze-light);
  text-align: center;
  padding: 160px 20px;
}

.hero h3 {
  font-weight: 500;
  font-style: normal;
  color: var(--lilac-breeze-dark);
  font-size: 36px;
}

.hero h2 {
  font-weight: 500;
  font-style: normal;
  color: var(--lilac-breeze-dark);
  font-size: 24px;
  margin-bottom: 5px;
}

.hero h1 {
  font-weight: 500;
  font-style: normal;
  color: var(--lilac-breeze-dark);
  font-size: 66px;
}
.button {
  background: var(--lemon-zest);
  border-radius: 4px;
  color: var(--lilac-breeze-dark);
  font-size: 18px;

  font-weight: 400;
  font-style: normal;
  padding: 12px 20px;
  text-decoration: none;
}
