:root {
  /* 3 Color Palette: White, Blue (Logo #2ba9e1), Dark Contrast */
  --primary-color: #2ba9e1;
  --primary-color-rgb: 43, 169, 225;
  --secondary-color: #0d4a6a;
  --secondary-color-rgb: 13, 74, 106;
  --white-color: #FFFFFF;
  --white-color-rgb: 255, 255, 255;
}