body.light-theme {
    background-color: #f0f0f0;
    color: #2c2c2c;
}

header.light-theme {
    background-color: #e0e0e0;
    color: #2c2c2c;
}

nav ul li a.light-theme {
    color: #2c2c2c;
}

.hero-text.light-theme {
    color: #795548;
}

.hero-text h1.light-theme {
    color: #ff7043;
}

.hero-text p.light-theme {
    color: #8bc34a;
}

footer.light-theme {
    background-color: #bdbdbd;
    color: #2c2c2c;
}

footer ul li a.light-theme {
    color: #8bc34a;
}
