body {
    font-family: 'Inter', sans-serif;
    background-color: #f8f9fa;
    color: #191c1d;
    min-height: max(884px, 100dvh);
}

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

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.glass-nav {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}