@font-face {
  font-family: "Wix Madefor Text";
  src: url("static/WixMadeforText-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Wix Madefor Text";
  src: url("static/WixMadeforText-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Wix Madefor Text";
  src: url("static/WixMadeforText-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Wix Madefor Text";
  src: url("static/WixMadeforText-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Wix Madefor Text";
  src: url("static/WixMadeforText-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

.wix-madefor-text {
  font-family: "Wix Madefor Text", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400; 
  font-style: normal;
}