@font-face {
    font-family: "Proxima Nova";
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/ProximaNovaRegular.otf") format("opentype");
  }
  
  @font-face {
    font-family: "Proxima Nova";
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/ProximaNovaBold.otf") format("opentype");
  }
  
  @font-face {
    font-family: "Proxima Nova";
    font-display: auto;
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/ProximaNovaExtrabold.otf") format("opentype");
  }
  