@import url('navbar.css');
@import url('footer.css');


/* Dark theme adjustments for light sections */
html[data-theme="dark"] .section.bg-light {
    background-color: #1e1e1e;
    color: #f8f9fa;
}
