/* === Poppins local === */

/* 200 – ExtraLight */
@font-face{
  font-family:"Poppins";
  src:url("../fonts/Poppins-ExtraLight.woff2") format("woff2"),
      url("../fonts/Poppins-ExtraLight.woff") format("woff"),
      url("../fonts/Poppins-ExtraLight.ttf") format("truetype");
  font-weight:200; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Poppins";
  src:url("../fonts/Poppins-ExtraLightItalic.woff2") format("woff2"),
      url("../fonts/Poppins-ExtraLightItalic.woff") format("woff"),
      url("../fonts/Poppins-ExtraLightItalic.ttf") format("truetype");
  font-weight:200; font-style:italic; font-display:swap;
}

/* 700 – Bold */
@font-face{
  font-family:"Poppins";
  src:url("../fonts/Poppins-Bold.woff2") format("woff2"),
      url("../fonts/Poppins-Bold.woff") format("woff"),
      url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight:700; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Poppins";
  src:url("../fonts/Poppins-BoldItalic.woff2") format("woff2"),
      url("../fonts/Poppins-BoldItalic.woff") format("woff"),
      url("../fonts/Poppins-BoldItalic.ttf") format("truetype");
  font-weight:700; font-style:italic; font-display:swap;
}

/* 800 – ExtraBold */
@font-face{
  font-family:"Poppins";
  src:url("../fonts/Poppins-ExtraBold.woff2") format("woff2"),
      url("../fonts/Poppins-ExtraBold.woff") format("woff"),
      url("../fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-weight:800; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Poppins";
  src:url("../fonts/Poppins-ExtraBoldItalic.woff2") format("woff2"),
      url("../fonts/Poppins-ExtraBoldItalic.woff") format("woff"),
      url("../fonts/Poppins-ExtraBoldItalic.ttf") format("truetype");
  font-weight:800; font-style:italic; font-display:swap;
}

/* 900 – Black */
@font-face{
  font-family:"Poppins";
  src:url("../fonts/Poppins-Black.woff2") format("woff2"),
      url("../fonts/Poppins-Black.woff") format("woff"),
      url("../fonts/Poppins-Black.ttf") format("truetype");
  font-weight:900; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Poppins";
  src:url("../fonts/Poppins-BlackItalic.woff2") format("woff2"),
      url("../fonts/Poppins-BlackItalic.woff") format("woff"),
      url("../fonts/Poppins-BlackItalic.ttf") format("truetype");
  font-weight:900; font-style:italic; font-display:swap;
}

body{
  font-family: "Poppins" !important;
}

