body { 
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; 
}

html { 
    scroll-behavior: smooth; 
}

/* Hide scrollbars for the horizontal mobile menu */
.hide-scrollbar::-webkit-scrollbar { 
    display: none; 
}
.hide-scrollbar { 
    -ms-overflow-style: none; 
    scrollbar-width: none; 
}

/* Restrict chart heights on the Data & Reporting pages */
.chart-container { 
    position: relative; 
    width: 100%; 
    height: 350px; 
    max-height: 400px; 
}
@media (max-width: 640px) { 
    .chart-container { 
        height: 250px; 
    } 
}