:root {
    --theme1-bg: #000;
    --theme1-bg90: #1a3da6E6;
    --theme2-bg: #d4a73f;
    --theme2-bg70: #0f2462B3;
    --theme2-bg85: #d4a73f;
    --primary-color: #fff;
    --secondary-color: #fff;
}

@media (max-width: 767px) {
    .header .logo {
        width: 130px;
    }
}
