@font-face {
  font-family: "ReadexProBold";
  src: url("ReadexPro-Bold.ttf") format("truetype");
  font-weight: bold; /* Set font-weight to bold for FontName1 */
}

@font-face {
  font-family: "ReadexProMedium";
  src: url("ReadexPro-Medium.ttf") format("truetype");
  font-weight: 500; /* Set font-weight to 500 (Medium) for FontName3 */
}

@font-face {
  font-family: "ReadexProLight";
  src: url("ReadexPro-Light.ttf") format("truetype");
  font-weight: 300; /* Set font-weight to 300 (Light) for FontName2 */
}
