@font-face {
  font-family: "Poppins";
  src: url("./Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("./Poppins-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("./Poppins-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src:
    url("./roboto-regular-webfont.woff2") format("woff2"),
    url("./roboto-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src:
    url("./roboto-medium-webfont.woff2") format("woff2"),
    url("./roboto-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src:
    url("./roboto-bold-webfont.woff2") format("woff2"),
    url("./roboto-bold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Italianno";
  src: url("./Italianno-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
