@import url('https://fonts.googleapis.com/css2?family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* html {
    overflow-x: hidden;
} */

body {
    font-family: "Inter", sans-serif;
    color: #0A0034;
    font-weight: 400;
    background: linear-gradient(180deg, #d0ffb380, #d0ffb35d);
    overflow-x: hidden;
}

.font-familjenGrotesk {
    font-family: "Familjen Grotesk", sans-serif;
}

.sticky-card {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh !important;
    min-height: max-content !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    font-weight: bold;
    padding: 30px 16px;
}