console.log('[CSS] Base colors loaded'); document.addEventListener('DOMContentLoaded', function() { console.log('[CSS] All CSS files loaded'); console.log('[CSS] Primary color:', getComputedStyle(document.documentElement).getPropertyValue('--primary-color').trim()); console.log('[CSS] Secondary color:', getComputedStyle(document.documentElement).getPropertyValue('--secondary-color').trim()); });