
:root {
    --buttons: #000000;
    --info-price: #000000;
}
[data-theme="dark"] {
    --buttons: #776b50;
    --info-price: #ccbdad;
}
.theme-toggle, .theme-toggle-admin, .category-btn.active {
    background: var(--buttons);
}
.info a, .product-price {
    color: var(--info-price);
}