:root {
    --theme-back: #031737;
    --theme-front: #79a1d4;
}

body {
    background-color: var(--color-zinc-100) !important;
    font-family: 'Poppins', sans-serif !important;
    max-height: 100vh;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}
.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
