:root,
::before,
::after {
   --color-one: #186c94;
   --color-one-rgb: 24,108,148;
}



:root,
::before,
::after {
   --color-two: #AAAFB2;
   --color-two-rgb: 170,175,178;
}



:root,
::before,
::after {
   --color-bg-one: #186c94;
   --color-bg-one-rgb: 24,108,148;
}



:root,
::before,
::after {
   --color-bg-two: #AAAFB2;
   --color-bg-two-rgb: 170,175,178;
}