@font-face {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/ProximaNova-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/ProximaNova-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/ProximaNova-Light.ttf") format("truetype");
}

.text-proxima-normal {
  font-family: 'Proxima Nova';
  font-weight: 400;
}
.text-proxima-bold {
  font-family: 'Proxima Nova';
  font-weight: 700;
}
.text-proxima-light {
  font-family: 'Proxima Nova';
  font-weight: 300;
}
