h1,
h2,
h3,
h4 {
  font-family: Urbanist, sans-serif;
  font-weight: 200;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.5rem;
}

h4 {
  font-size: 2rem;
}

footer {
  font-family: Urbanist, sans-serif;
}

label {
  font-family: Urbanist, sans-serif;
}

body,
button,
input {
  font-size: 1.25rem;
  font-family: 'Albert Sans', sans-serif;
}

@media screen and (width <= 1920px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  body,
  button,
  input {
    font-size: 1rem;
  }
}
