/* Avenir Font Faces */
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir/Avenir Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir/Avenir Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir/Avenir Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir/Avenir Heavy.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir/Avenir Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
/* Global Styles */
* {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  font-family: "Avenir", sans-serif;
}

.container {
  max-width: 1160px;
  margin: auto;
  padding: 0px 20px;
}/*# sourceMappingURL=global.css.map */