@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: local("Inter"),
       url("/fonts/Inter-Regular.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: local("Inter"),
       url("/fonts/Inter-Medium.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: local("Inter"),
       url("/fonts/Inter-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: local("Inter"),
       url("/fonts/Inter-Bold.woff") format("woff");
}

@font-face {
  font-family: "PT Sans Caption";
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans Caption"),
       url("/fonts/PTSans-Caption.woff") format("woff");
}
@font-face {
  font-family: "PT Sans Caption";
  font-style: normal;
  font-weight: 700;
  src: local("PT Sans Caption"),
       url("/fonts/PTSans-CaptionBold.woff") format("woff");
}

