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

@font-face {
  font-family: "ProductSans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("ProductSans-Medium.ttf") format("truetype");
}

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

@font-face {
  font-family: "ProductSans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("ProductSans-Light.ttf") format("truetype");
}
