:root {
    --app-primary : #46C0FF;
    --app-secondary : #ff82dc;
    --app-third : #2489f3;
    --app-black : #292929;
    --text-light : #828282;
    --primary-light: #e6f4ff;
    --line-normal: #ddd;
    --bg-light : #f9f9f9;
    --bg-white: #fff;
    --bg-normal : #E3E3E3;
    --gray-light: #F3F6FB;
    --line-strong: #DEDEDE;
    --color-error: #F2545B;
  }