:root {
    --primary-bg-color: #e30c00;
    --primary-text-color: #000000;
    --secondary-bg-color: #e30c00;
    --secondary-text-color: #000000;
}

.web-bg-color{
    background: linear-gradient(135deg, #fff5f5 0%, #fdfbf2 100%);;
}