:root {
    --bg-black: #000000;
    --bg-white: #ffffff;
    --bg-pink: #E7498B;
    --text-red-light: #df3a38;
    --bg-red-light: #df3a38 !important;
    --bg-grey: #F3F3F3;
    --text-grey: #686868;
    --bg-blue: #031B31;
    --text-blue: #B0C7DA;
    --color-yellow: #FFB525;
    --dark-blue: #0F1228;
    --light-bl: #292929;
    --color-purple: #9538c8;
}