@font-face {
  font-family:"poppins";
  src:
    url("poppins-italic-400.woff2") format("woff2"),
    url("poppins-italic-400.woff") format("woff"),
    url("poppins-italic-400.opentype") format("opentype");
  font-display:auto;font-style:italic;font-weight:400;font-stretch:normal;
}

@font-face {
  font-family:"poppins";
  src:
    url("poppins-normal-400.woff2") format("woff2"),
    url("poppins-normal-400.woff") format("woff"),
    url("poppins-normal-400.opentype") format("opentype");
  font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}

@font-face {
  font-family:"poppins";
  src:
    url("poppins-normal-500.woff2") format("woff2"),
    url("poppins-normal-500.woff") format("woff"),
    url("poppins-normal-500.opentype") format("opentype");
  font-display:auto;font-style:normal;font-weight:500;font-stretch:normal;
}

@font-face {
  font-family:"poppins";
  src:
    url("poppins-normal-600.woff2") format("woff2"),
    url("poppins-normal-600.woff") format("woff"),
    url("poppins-normal-600.opentype") format("opentype");
  font-display:auto;font-style:normal;font-weight:600;font-stretch:normal;
}

@font-face {
  font-family:"poppins";
  src:
    url("poppins-italic-700.woff2") format("woff2"),
    url("poppins-italic-700.woff") format("woff"),
    url("poppins-italic-700.opentype") format("opentype");
  font-display:auto;font-style:italic;font-weight:700;font-stretch:normal;
}

@font-face {
  font-family:"poppins";
  src:
    url("poppins-normal-700.woff2") format("woff2"),
    url("poppins-normal-700.woff") format("woff"),
    url("poppins-normal-700.opentype") format("opentype");
  font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
}

.tk-poppins { font-family: "poppins",sans-serif; }
