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

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
}

* .button {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  width: 100%;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  padding: 9px 12px;
  display: inline-block;
  background-color: #d9251c;
  border-radius: 4px;
  border: 1px solid #d9251c;
}

* .button:hover {
  background-color: #d9251c;
  border-color: #d9251c;
  color: #ffffff;
}

* .button a {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
}

* .form-control {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  background: #ffffff;
  border: 1px solid #cfd3d5;
  border-radius: 4px;
  padding: 8px 16px;
}

* .form-control::-webkit-input-placeholder {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #b6b9bb;
}

* .form-control:-ms-input-placeholder {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #b6b9bb;
}

* .form-control::-ms-input-placeholder {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #b6b9bb;
}

* .form-control::placeholder {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #b6b9bb;
}

* .form-control:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}

* h1,
* h2,
* h3,
* h4,
* h5,
* h6,
* p {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

* a {
  text-decoration: none;
}

* li {
  list-style: none;
}

* ul {
  padding: 0;
  margin: 0;
}

* h1 {
  font-size: 36px;
}

* h2 {
  font-size: 32px;
}

* h3 {
  font-size: 24px;
}

* h4 {
  font-size: 20px;
}

* h5 {
  font-size: 16px;
  font-weight: 400;
  color: #616365;
}

* h6 {
  font-size: 14px;
}

* p {
  font-weight: 400;
  font-size: 12px;
}
