@font-face {
  font-family: "WorkSans";
  font-display: swap;
  font-weight: 100;
  font-style: normal;
  src: url("../fonts/WorkSans/WorkSans-Thin.ttf") format("truetype");
}

@font-face {
  font-family: "WorkSans";
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/WorkSans/WorkSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "WorkSans";
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/WorkSans/WorkSans-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "WorkSans";
  font-display: swap;
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/WorkSans/WorkSans-Black.ttf") format("truetype");
}
