:root {
    --primary-color: #9E6240;
    --home-secondary-color: #edebd7;
    --background-color: #f6f7f2;
    
    --sidebar-btn-bg-color: #ecc6b0;
}

.web-background-color {
    background-color: var(--background-color);
}

.btn-primary-custom {
    border: none;
    background-color: var(--primary-color);
    color: white;
    border-radius: 4px;
    font-weight: 500;
}
.btn-secondary-custom {
    border: none;
    background-color: var(--home-secondary-color);
    border-radius: 4px;
    font-weight: 500;
}