/*
 Theme Name: Divi Child
 Theme URI: https://example.com
 Description: Child theme for Divi 5
 Author: Your Name
 Template: Divi
 Version: 1.0.0
*/
/* Your custom CSS goes here */
@import url("https://use.typekit.net/ano3paq.css");
:root {
  --blue: #2E4C84;
  --orange: #D67417;
  --green: #2C6F5E;
  --light-green: #BFD4CE;
}

body {
  font-family: azo-sans-web, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 150%;
  font-size: 1.2rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: azo-sans-web, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  padding-bottom: 0 !important;
}

.orangeClass p, .orangeClass h2, .greenClass p, .greenClass h2 {
  color: #ffffff;
}

.et_pb_column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mobile_menu_bar::before, .mobile_menu_bar::after, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a {
  color: #2C6F5E !important;
}

#top-menu li li a {
  line-height: 120%;
}

#footer-bottom {
  display: none;
}/*# sourceMappingURL=style.css.map */