html {
  font-size: 100%;
}

h1 {
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: clamp(2.5rem, 6vw, 6rem);
    line-height: clamp(2.5rem, 6vw, 6rem);
}

body{
    background-color: #fcfcfc;
    overflow-x: hidden;
}

.hero{
    height: 100vh;
    padding: 0 8rem;
}

section {
    max-width: 1280px;
}

p {
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    margin-top: 1rem;
}

.button{
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    color: black;
    border: 1px solid black;
    padding: 10px 18px;
    border-radius: 40px;
}