:root {
    --color-white: #ffffff;
    --color-subtext: #f2f4f8;
    --color-step-bg: #343a3f;
    --color-step-text: #dde1e6;
    --color-step-number-bg: #6e3df7;
    --color-border: #c1c7cd;
    --background-dark-grey: #21272a;
    --banner-gradient: linear-gradient(105deg, rgba(110, 61, 247, 0.20) 2.2%, rgba(255, 64, 0, 0.20) 98.91%), #FFF;
    --banner-fallback-color: rgba(110, 61, 247, 0.20);
    --dark-purple: #6E3DF7;
    --dark-black: #011323;
    --divider-bg: #DDE1E6;
    --grey-20: #e0e0e0;
    --grey-60: #697077;
    --grey-90: #21272a;
    --bg-input: #f6f7f8;
    --blocked-button: #d0c1fc;
    --background-gradient: linear-gradient(90deg, #FF7D3D 0%, #FF4202 100%);
    --card-total-bg: #F8F9FB;
    --action: #6E3DF7;
    --sourcing-grey-text: #4E5A65;
    --sourcing-border-color: #D3DAF3;
    --sourcing-gradient: linear-gradient(105deg, #6E3DF7 0%, #FF4000 100%);
    --home-sourcing-features-color: var(--sourcing-grey-text);
    --sourcing-background: #F5F7FE;
    --background-grey: #F8F8F9
}
