@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:wght@400;500;600;700&display=swap');

body {
  font-family: 'Albert Sans', 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #1f1f1f;
}

p {
  font-family: 'Albert Sans', 'Montserrat', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 1rem;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Albert Sans', 'Montserrat', 'Helvetica Neue', Arial, sans-serif !important;
  font-weight: 600;
  letter-spacing: 0;
}

label, input, select, textarea, button {
  font-family: 'Albert Sans', 'Montserrat', 'Helvetica Neue', Arial, sans-serif !important;
}

a {
  color: #e87129;
}

a:hover {
  color: #a5a5a5;
}

@media (max-width: 720px) {
  body {
    font-size: 17px;
  }
  label, input, select, textarea, button {
    font-size: 16px !important;
  }
  h1, h2, h3 {
    font-size: 1.35rem !important;
  }
}