:root{
    --color-clearblue: #dff3fd;
    --color-blue: #4DBDEF;
    --color-darkblue: #254B89;
    --color-black: #292D34;
    --color-orange: #F5A132;
    --color-clearyellow: #fdf8e3;
    --color-clearblue: #e2f4fc;
    --color-yellow: #F2D24C;
    --color-lightgrey: #edf1f9;
    --orange-gradient: linear-gradient(90deg, #F5A132, #FFCE00);
    --blue-gradient: linear-gradient(90deg, #254B89, #00B0FF);
    --blue-anthracite-gradient: linear-gradient(90deg, #354150, #244B89);
    --ellipse-yellow-gradient: radial-gradient( circle at center center, rgba(242,210,76,.16), transparent 50% );
}