@font-face {
  font-family: 'Prox';
  src: url('./fonts/prox1.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Prox';
  src: url('./fonts/prox2.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Prox';
  src: url('./fonts/prox3.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Prox', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.font-prox {
  font-family: 'Prox', sans-serif;
}

