body {
    font-family: 'Poppins', sans-serif;
}

.font-headline {
    font-family: 'Poppins', sans-serif;
}

.page-about .font-headline,
.page-contact .font-headline,
.page-faq .font-headline {
    font-family: 'Montserrat', sans-serif;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none !important;
}

.hide-scrollbar {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

.mobile-nav-details > summary::-webkit-details-marker {
    display: none;
}

.mobile-nav-details > summary {
    list-style: none;
}

.h-50 {
    height: 12.5rem;
}

.h-58 {
    height: 14.5rem;
}
