/* Sharp Sans */
@font-face {
  font-family: "Sharp Sans";
  font-style: normal;
  font-weight: 700;

  src: url("SharpSans/SharpSans-Bold.woff2") format("woff2");
}

/* Inter */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;

  src: url("inter/Inter-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-stretch: normal;

  src: url("inter/Inter-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;

  src: url("inter/Inter-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;

  src: url("inter/Inter-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;

  src: url("inter/Inter-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;

  src: url("inter/Inter-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;

  src: url("inter/Inter-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;

  src: url("inter/Inter-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;

  src: url("inter/Inter-Black.ttf") format("truetype");
}

/* Roboto */
@font-face {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;

  src: url("roboto-mono/RobotoMono-Regular.ttf") format("truetype");
}
