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

.brand,
h1,
h2,
h3,
.button {
  font-family: 'Pixelify Sans', 'Space Grotesk', sans-serif;
}

.brand {
  font-size: 19px;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(42px, 5.6vw, 76px);
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  line-height: 1.12;
  letter-spacing: 0;
}

h3 {
  font-size: 20px !important;
  line-height: 1.2;
}

.button {
  font-size: 13px;
  line-height: 1.2;
}

@media (max-width: 430px) {
  h1 {
    font-size: 40px;
  }
}
