/* Design system injects url(../PoppinsFont/...), which breaks on nested SPA routes
   (browser gets index.html → OTS invalid sfntVersion). Prefer absolute paths. */
@font-face {
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("Poppins"), url(/PoppinsFont/Poppins-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: local("Poppins"), url(/PoppinsFont/Poppins-Italic.ttf) format("truetype");
}

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

@font-face {
  font-family: "Poppins";
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  src: local("Poppins"), url(/PoppinsFont/Poppins-LightItalic.ttf) format("truetype");
}

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

@font-face {
  font-family: "Poppins";
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  src: local("Poppins"), url(/PoppinsFont/Poppins-MediumItalic.ttf) format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: local("Poppins"), url(/PoppinsFont/Poppins-SemiBold.ttf) format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  src: local("Poppins"), url(/PoppinsFont/Poppins-SemiBoldItalic.ttf) format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local("Poppins"), url(/PoppinsFont/Poppins-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: local("Poppins"), url(/PoppinsFont/Poppins-BoldItalic.ttf) format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: local("Poppins"), url(/PoppinsFont/Poppins-Black.ttf) format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-weight: 900;
  font-style: italic;
  font-display: swap;
  src: local("Poppins"), url(/PoppinsFont/Poppins-BlackItalic.ttf) format("truetype");
}
