/* colors.css */
:root {
    --main-color: #ff2186;
    --inactive-color: rgb(192, 192, 192);
    --text-light-gray: #959595;
    --text-gray: #595959;
    --text-darker-gray: #454545;
    --text-black: #1f1f1f;
    --white: #fff;
    --line-color: #c0c0c0;
    --line-light-color: #eee;
    --new-pink: #FF4B84;
    --new-violet: #8753FF;
    --new-bg-gray: #F7F8FA;
    --light-pink-bg: #FFE2EB;
    --pink-hover: #E63D73;
}