@charset "UTF-8";

@font-face {
  font-family: "Poppins-Medium";
  src: url(/static/font/Poppins-Medium/font.woff2) format("woff2"),
       url(/static/font/Poppins-Medium/font.woff) format("woff"),
       url(/static/font/Poppins-Medium/font.eot) format("embedded-opentype"),
       url(/static/font/Poppins-Medium/font.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}