/* Inter Tight */
@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/InterTight-Regular.ttf");

  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/InterTight-Medium.ttf");

  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/InterTight-SemiBold.ttf");

  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/InterTight-Bold.ttf");

  font-weight: bold;
  font-style: normal;
}

/* Inter */
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Light.otf");

  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.otf");

  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.otf");

  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.otf");

  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.otf");

  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraBold.otf");

  font-weight: 800;
  font-style: normal;
}

/* Outfit */
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Regular.ttf");

  font-weight: normal;
  font-style: normal;
}