:root {
    --gradient-yellow-orange: linear-gradient(to right, #ffdf00, #ffab00);
    --gradient-violet-purple: linear-gradient(to right, #e5577c, #bb325c);

    --primary-color-red: #f5234a;
}