
:root {
  --backgroundColor: rgb(249, 249, 250, 1); /*done*/
  --backgroundColorChannel: 249 249 250;

  --primaryColor: rgb(63,81,181,1); /*done*/
  --primaryColorChannel: 63 81 181; /*done*/

  --primaryLightColor: rgb(228,232,253,1); /*done*/
  --primaryLightColorChannel: 228 232 253;

  --primaryTextColor: rgb(72,74,91); /*done*/
  --primaryTextColorChannel: 72 74 91; /*done*/

  --primaryTextButtonColor: rgb(255,255,255,1);
  --primaryTextButtonColorChannel: 255 255 255;

  --secondaryTextIconColor: rgb(112,114,143); /*done*/
  --secondaryTextIconColorChannel: 112,114,143;
}