@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 300;
  src: local("Unbounded-Light"),
  url(Unbounded/Unbounded-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 400;
  src: local("Unbounded-Regular"),
    url(Unbounded/Unbounded-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 500;
  src: local("Unbounded-Medium"),
    url(Unbounded/Unbounded-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 600;
  src: local("Unbounded-SemiBold"),
    url(Unbounded/Unbounded-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 700;
  src: local("Unbounded-Bold"),
    url(Unbounded/Unbounded-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 800;
  src: local("Unbounded-ExtraBold"),
    url(Unbounded/Unbounded-ExtraBold.ttf) format("truetype");
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 900;
  src: local("Unbounded-Black"),
    url(Unbounded/Unbounded-Black.ttf) format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: local("Inter-Light"),
  url(Inter/Inter-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: local("Inter-Regular"),
  url(Inter/Inter-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: local("Inter-Medium"),
  url(Inter/Inter-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: local("Inter-SemiBold"),
  url(Inter/Inter-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: local("Inter-Bold"),
  url(Inter/Inter-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: local("Inter-ExtraBold"),
  url(Inter/Inter-ExtraBold.ttf) format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: local("Inter-Black"),
  url(Inter/Inter-Black.ttf) format("truetype");
}