@font-face {
  font-family: "Product Sans";
  src: url("./fonts/ProductSans-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Product Sans";
  src: url("./fonts/ProductSans-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Product Sans";
  src: url("./fonts/ProductSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Product Sans";
  src: url("./fonts/ProductSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Product Sans";
  src: url("./fonts/ProductSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Product Sans";
  src: url("./fonts/ProductSans-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Product Sans";
  src: url("./fonts/ProductSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Product Sans";
  src: url("./fonts/ProductSans-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Product Sans";
  src: url("./fonts/ProductSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Product Sans";
  src: url("./fonts/ProductSans-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Product Sans";
  src: url("./fonts/ProductSans-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Product Sans";
  src: url("./fonts/ProductSans-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}

body {
  font-family: "Product Sans", sans-serif;
}
