:root {
  /* Site Variables */
  --primary-color: #084368;
  --text-color: #084368; /* Deep Blue text globally */
  --bg-color: #ffffff;
  --light-bg: #f5f5f5;
  --accent-color: #d6e8f4;
  --overlay-color: rgba(0, 56, 117, 0.4); /* Blue tint for images */
  --font-heading: "Outfit", sans-serif;
  --font-body: "Inter", sans-serif;
}
