@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Code:ital,wght@0,300..800;1,300..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');


html,
body {
    scroll-snap-type: y mandatory ;
    font-size: 1vh;
}

@media (hover: none) and (pointer: coarse) {
    html,
    body {
        scroll-snap-type: none;
    }
}

p {
    line-height: 2.6em;
    font-weight: 300;
}

a {
    all: unset;
    cursor: pointer;
}

#mobile {
    position: fixed;
    z-index: 4;
    background-color: #fff;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@media (min-width: 768px) {
    #mobile {
        display: none;
    }
}

.title {
    margin-left: 2vw;
    font-size: 6vw;
    font-weight: 600;
}
