@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Manrope:wght@200..800&display=swap');

body {
  font-family: "Inter", sans-serif !important;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4 {
  font-family: "Manrope", sans-serif;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
button.btn,
a.btn,
.btn,
[class*="btn-"] {
  border-radius: 4px !important;
}

.hero-headline {
  font-size: clamp(3rem, 6vw, 3.5rem);
    font-weight: 600;
    line-height: 0.95;
    margin-bottom: 2rem;
    letter-spacing: -0.04em;
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.6) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
}
.hero-subtext {
  font-size: 19px !important;
  /* color: rgba(255, 255, 255, 0.6); */
}

