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

/* Work Sans Light */
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/WorkSans-Light.ttf") format("truetype");
}

/* Work Sans Medium */
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/WorkSans-Medium.ttf") format("truetype");
}

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

/* Work Sans Regular Italic */
@font-face {
  font-family: "Work Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/WorkSans-Italic.ttf") format("truetype");
}
