@font-face {
  font-family: "Poppins";
  src: url("/font/Poppins-Light.woff2") format("woff2"),
    url("/font/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/font/Poppins-ExtraLight.woff2") format("woff2"),
    url("/font/Poppins-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/font/Poppins-Regular.woff2") format("woff2"),
    url("/font/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/font/Poppins-Medium.woff2") format("woff2"),
    url("/font/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
