/*


*/

@font-face {
  font-family: "Avenir Black";
  src: url(/assets/avenir-black-647f5d645199a249aeb3f58a1e58a68bc6d88945d76c4f5e71945644710c8cc3.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir Next Condensed";
  src: url(/assets/avenir-next-condensed-regular-351062ab91628d76f1e5309abf1dd2c408e9f6f73b05435cccaf85e636f8963d.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.font-title {
  font-family: "Avenir Black", "Arial Black", sans-serif;
  font-weight: 900;
}

.font-body {
  font-family: "Avenir Next Condensed", "Helvetica Neue", sans-serif;
  font-weight: 400;
}

body {
  font-family: "Avenir Next Condensed", "Helvetica Neue", sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Avenir Black", "Arial Black", sans-serif;
  font-weight: 900;
}



.container1 {
  position: relative;
  z-index: 2;
  background-color: white;
  min-height: 100vh;
}

.site-footer {
  position: sticky;
  bottom: 0;
  z-index: 1;
}
