@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Open+Sans:wght@400;500;600&display=swap');


:root {
  --background: #ffffff;
  --foreground: #171717;

  --color-1: #3B82F6; 
  /*  ##042940; */
  --color-2: #6cc3e1;

  --color-3: #6cc3e1
  
}

body {
  background: var(--background);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
}


footer, .footer {
  background-color: #032d3d;
}

/* Custom Sitewide Styles */
@import "./site.css";