:root {
  --primary-color: #0076FF;
  --primary-color-rgb: 0, 118, 255;

  --secondary-color: #034CA2;
  --secondary-color-rgb: 58, 155, 220;
}