body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; } .chart-container { position: relative; height: 400px; width: 100%; } #oilPalmChart, #priceComparisonChart { margin-top: 2rem; } .chartjs-legend li span { color: #33CC99 !important; } @media (max-width: 768px) { .chart-container { height: 300px; } }