@font-face {
  font-family: 'InterTight-Regular';
  src: url(InterTight-Regular.ttf) format('ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'InterTight-Medium';
  src: url(InterTight-Medium.ttf) format('ttf');
  font-weight: 50;
  font-style: normal;
}

body {
    font-family: 'InterTight-Regular', sans-serif;
    font-size: 14px;
}