:root {
  --primary-color: #45b0e3;
  --primary-color-rgb: 56, 182, 255;

  --secondary-color: #008bdd;
  --secondary-color-rgb: 0, 139, 221;
}