@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

svg {
    color: rgb(100, 149, 237);
    display: inline-block;
}

h1,
h2,
h3 {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

@media (width<768px) {
    .welcome-head{
        visibility: hidden;
    }
}
