/* Font faces */
@font-face {
  font-family: "Avenir LT W01 Light";
  src: url("fonts/avenir-lt-w01-35-light.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir LT W01 Heavy";
  src: url("fonts/avenir-lt-w01-85-heavy.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica W01 Light";
  src: url("fonts/helvetica-w01-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica W01 Bold";
  src: url("fonts/helvetica-w01-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
