@font-face {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 400; /* Regular */
    src: url('/fonts/Proxima Nova.otf') format('opentype');
  }
 
  /* @font-face {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/Proxima Nova A.otf') format('opentype');
  } */
 
  @font-face {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 300; /* Light */
    src: url('/fonts/Proxima Nova Light.otf') format('opentype');
  }
 
  @font-face {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 700; /* Extrabold */
    src: url('/fonts/Proxima Nova Extrabold.otf') format('opentype');
  }
 
  /* @font-face {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 800; 
    src: url('/fonts/Proxima Nova A Extrabold.otf') format('opentype');
  } */
 