/* Typography */
h1,
h2 {
  font-family: "Noto Sans", sans-serif;
}

h1 {
  font-size: 3.8rem;
}

h1,
h2,
h3 {
  font-weight: 600;
}

h2 {
  font-size: 4rem;
  line-height: 1.1;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 1.6rem;
  font-weight: 500;
}

p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  h1 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  
  h1,
  h2,
  h3 {
    font-weight: 600;
  }
  
  h2 {
    font-size: 2.4rem;
  }
  
  h3 {
    font-size: 1.8rem;
  }
  
}
