@font-face {
  font-family: 'Codec Pro';
  font-weight: 100 600;
  font-display: swap;
  src: url('/fonts/CodecPro-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Codec Pro Heavy';
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/Codec Pro-Heavy.ttf') format('truetype');
}

@font-face {
  font-family: 'Free Sans';
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/FreeSans.ttf') format('truetype');
}