:root {
    --primary-color: #e11d48;
    --secondary-color: #f43f5e;
    --text-color: #1f2937;
    --title-color: #111827;
    --ui-element-color: #fff1f2;
    --sidebar-bg: #1f2937;
    --sidebar-gradient: linear-gradient(180deg, #1F2937 0%, #E11D48 100%);
    --website-bg: #fff1f2;
    --card-gradient: linear-gradient(135deg, #E11D48 0%, #F43F5E 100%);
}