@font-face {
    font-family: "Avenir";
    src: url("./Avenir-BlackOblique.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Avenir";
    src: url("./Avenir-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Avenir";
    src: url("./Avenir-HeavyOblique.ttf") format("truetype");
    font-weight: 800;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Avenir";
    src: url("./Avenir-Heavy.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Avenir";
    src: url("./Avenir-MediumOblique.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Avenir";
    src: url("./Avenir-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Avenir";
    src: url("./Avenir-Oblique.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Avenir";
    src: url("./Avenir-Roman.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Avenir";
    src: url("./Avenir-BookOblique.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Avenir";
    src: url("./Avenir-Book.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Avenir";
    src: url("./Avenir-LightOblique.ttf") format("truetype");
    font-weight: 100;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Avenir";
    src: url("./Avenir-Light.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }