@font-face {
  font-family: "Outfit";
  font-weight: 300;
  font-style: normal;
  src: url(Outfit-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Outfit";
  font-weight: 500;
  font-style: normal;
  src: url(Outfit-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Outfit";
  font-weight: 600;
  font-style: normal;
  src: url(Outfit-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "Work Sans";
  font-weight: 300;
  font-style: normal;
  src: url(WorkSans-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  src: url(WorkSans-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Work Sans";
  font-weight: 600;
  font-style: normal;
  src: url(WorkSans-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "Work Sans";
  font-weight: 700;
  font-style: normal;
  src: url(WorkSans-Bold.ttf) format("truetype");
}
