/* Common Theme Styles - Smooth transitions when switching themes */

/* Smooth transitions when switching themes */
body {
    transition: background-color 0.5s ease, color 0.5s ease;
}

.main-header,
.hero-section,
.news-section,
.news-card {
    transition: background-color 0.5s ease, border-color 0.5s ease;
}

