/* 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 Next LT W01 Medium";
  src: url("../fonts/avenir-next-lt-w01-medium.woff2") format("woff2"),
       url("../fonts/avenir-next-lt-w01-medium.woff") format("woff");
  font-weight: 500;
  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";
  src: url("../fonts/helvetica-w01-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Code Pro W01";
  src: url("../fonts/code-pro-w01-regular.woff2") format("woff2"),
       url("../fonts/code-pro-w01-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}