/* wp-content/themes/pp-theme/assets/fonts/Inter/inter.css */
@font-face{
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;              /* plage variable */
  font-display: swap;
  src: url("./Inter-VariableFont_opsz,wght.ttf") format("truetype");
}
@font-face{
  font-family: "Inter";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("./Inter-Italic-VariableFont_opsz,wght.ttf") format("truetype");
}

/* Définis une pile de secours propre */
:root{
  --pp-font-stack: "Inter", system-ui, -apple-system, "Segoe UI",
                   Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

/* Applique Inter globalement (adapte si ton thème/Elementor gère en global styles) */
body { font-family: var(--pp-font-stack); }
