/* style/contact.css */
:root {
  --primary-color: #0047AB;
  --secondary-color: #FFD700;
  --text-dark: #333333;
  --text-light: #ffffff;
  --bg-light: #ffffff;
  --bg-dark: #0047AB; /* Using primary color for dark background sections */
  --border-color: #e0e0e0;
}