:root {
    --primary-color: #2E3192; /* Blue */
    --secondary-color: #FBC02D; /* Yellow */
    --accent-color: #E53935; /* Red */
    --text-light: #FFFFFF;
    --text-dark: #333333;
    --text-gray: #666666;
    --background-color: #fef0e8;
}
