:root {
  --primary-color: #007caf;
  --primary-color-rgb: 0, 124, 175;

  --secondary-color: #62abcd;
  --secondary-color-rgb: 98, 171, 205;
}