@font-face {
  font-family: 'Inter-Thin';
  font-weight: '100';
  font-style: "thin";
  src: url('./Inter-Thin.ttf');
}

@font-face {
  font-family: 'Inter-ExtraLight';
  font-weight: '200';
  font-style: "extra-light";
  src: url('./Inter-ExtraLight.ttf');
}

@font-face {
  font-family: 'Inter-Light';
  font-weight: '300';
  font-style: "light";
  src: url('./Inter-Light.ttf');
}

@font-face {
  font-family: 'Inter-Regular';
  font-weight: '400';
  font-style: "regular";
  src: url('./Inter-Regular.ttf');
}


@font-face {
    font-family: 'Inter-Medium';
    font-weight: '500';
    font-style: "medium";
    src: url('./Inter-Medium.ttf');
  }

@font-face {
    font-family: 'Inter-SemiBold';
    font-weight: '600';
    font-style: "semi-bold";
    src: url('./Inter-SemiBold.ttf');
  }

@font-face {
    font-family: 'Inter-Bold';
    font-weight: '700';
    font-style: "bold";
    src: url('./Inter-Bold.ttf');
  }

@font-face {
    font-family: 'Inter-ExtraBold';
    font-weight: '800';
    font-style: "extra-bold";
    src: url('./Inter-ExtraBold.ttf');
  }

@font-face {
    font-family: 'Inter-Black';
    font-weight: '900';
    font-style: "black";
    src: url('./Inter-Black.ttf');
  }


