@font-face {
  font-family: "AgencyFB-RegularCondensed";
  src: url("./assets/fonts/AgencyFB/AgencyFB-RegularCondensed.eot");
  src: url("./assets/fonts/AgencyFB/AgencyFB-RegularCondensed.eot")
      format("embedded-opentype"),
    url("./assets/fonts/AgencyFB/AgencyFB-RegularCondensed.woff2")
      format("woff2"),
    url("./assets/fonts/AgencyFB/AgencyFB-RegularCondensed.woff") format("woff"),
    url("./assets/fonts/AgencyFB/AgencyFB-RegularCondensed.ttf")
      format("truetype");
}

@font-face {
  font-family: "Inter";
  src: url("./assets/fonts/Inter/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("./assets/fonts/Inter/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("./assets/fonts/Inter/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
