@font-face {
  font-family: "Mont";
  src: url("Mont-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Mont";
  src: url("Mont-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Mont";
  src: url("Mont-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Mont";
  src: url("Mont-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Mont";
  src: url("Mont-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Mont";
  src: url("Mont-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

/* Repeat for other weights like Light (300), SemiBold (600), Black (900), etc. */
@font-face {
  font-family: "Work Sans";
  src: url("fonts/WorkSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Work Sans";
  src: url("WorkSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
