html{
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.2px;
  color: var(--text);
}

/* Headlines */
h1, h2, h3, h4, .hero-title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.hero-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  letter-spacing: -1px;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
}

.nav-list a {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-size: 13px;
}

.btn {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0.6px;
}
