/* Priti Cosmetic — tipografías usadas por Priti Panel, servidas desde el mismo origen.
   Los archivos originales proceden del repositorio oficial de Google Fonts y conservan
   sus licencias OFL junto a los binarios en /assets/fonts/. */
@font-face{
  font-family:"Instrument Serif";
  src:url("/assets/fonts/InstrumentSerif-Regular.ttf") format("truetype");
  font-style:normal;
  font-weight:400;
  font-display:swap;
}
@font-face{
  font-family:"Instrument Serif";
  src:url("/assets/fonts/InstrumentSerif-Italic.ttf") format("truetype");
  font-style:italic;
  font-weight:400;
  font-display:swap;
}
@font-face{
  font-family:"Poppins";
  src:url("/assets/fonts/Poppins-Light.ttf") format("truetype");
  font-style:normal;
  font-weight:300;
  font-display:swap;
}
@font-face{
  font-family:"Poppins";
  src:url("/assets/fonts/Poppins-Regular.ttf") format("truetype");
  font-style:normal;
  font-weight:400;
  font-display:swap;
}
@font-face{
  font-family:"Poppins";
  src:url("/assets/fonts/Poppins-Medium.ttf") format("truetype");
  font-style:normal;
  font-weight:500;
  font-display:swap;
}
@font-face{
  font-family:"Poppins";
  src:url("/assets/fonts/Poppins-SemiBold.ttf") format("truetype");
  font-style:normal;
  font-weight:600;
  font-display:swap;
}
@font-face{
  font-family:"Poppins";
  src:url("/assets/fonts/Poppins-Bold.ttf") format("truetype");
  font-style:normal;
  font-weight:700;
  font-display:swap;
}
@font-face{
  font-family:"Poppins";
  src:url("/assets/fonts/Poppins-Italic.ttf") format("truetype");
  font-style:italic;
  font-weight:400;
  font-display:swap;
}
