:root,
::before,
::after {
   --color-one: #00a0df;
   --color-one-rgb: 0,160,223;
}



:root,
::before,
::after {
   --color-two: #66bc29;
   --color-two-rgb: 102,188,41;
}



:root,
::before,
::after {
   --color-bg-one: #66bc29;
   --color-bg-one-rgb: 102,188,41;
}



:root,
::before,
::after {
   --color-bg-two: #00a0df;
   --color-bg-two-rgb: 0,160,223;
}