:root {
  --primary-color: #0099cc;
  --primary-color-rgb: 0, 153, 204;

  --secondary-color: #047ba3;
  --secondary-color-rgb: 4, 123, 163;
}