:root {
    --color-gold: #bdae82;
    --color-black: #000;
    --font1: 60px;
    --font2: 40px;
}

.light-theme {
    background-color: #fff;
    color: #000;
}

.light-theme:hover {
    color: #000;
}

body.light-theme {
    background-color: #ffffff;
    color: #000000;
}

.light-theme a {
    color: #ffffff;
}

.light-theme .switch-lng-span {
    color: #ffffff;
}

.light-theme .theme {
    background-image: url(./assets/svg/light.svg);
}

.light-theme .hero-container {
    color: #ffffff;
}

.light-theme .title {
    background-image: linear-gradient(to top, #fff 39px, #000000 39px, #000000 41px, #fff 41px);
}

.light-theme .section-title {
    background-color: white;
    color: #000000;
}

.light-theme .skills-items {
    background-color: #fff;
    color: #000;
}

.light-theme .seasons-item {
    background-color: #ffffff;
    color: #000000;
}

.light-theme .seasons-item:hover {
    color: #ffffff;
    background-color: #BDAE82
}

.light-theme .seasons-item.active {
    color: #ffffff;
    background-color: #bdae82;
}

.light-theme .price-item {
    background-color: #ffffff;
    color: #000000;
}

.light-theme .footer {
    background-color: #000000;
}

.light-theme .git-link {
    color: #ffffff;
}

@media (max-width: 768px) {
    .light-theme .menu-list {
        background-color: #ffffff;
    }
    .light-theme .menu-link {
        color: #000000;
    }
}