/* Fonts-CSS Portale v1.1 2026 */ 
@font-face {
  font-display:swap;
  font-family:'Poppins';
  font-style:normal;
  font-weight:400;
  src:url('../fonts/Poppins-Regular.ttf') format("truetype")
}
@font-face {
  font-display:swap;
  font-family:'Poppins';
  font-style:italic;
  font-weight:400;
  src:url('../fonts/Poppins-Italic.ttf') format("truetype")
}
@font-face {
  font-display:swap;
  font-family:'Poppins';
  font-style:normal;
  font-weight:500;
  src:url('../fonts/Poppins-Medium.ttf') format("truetype")
}
@font-face {
  font-display:swap;
  font-family:'Poppins';
  font-style:italic;
  font-weight:500;
  src:url('../fonts/Poppins-MediumItalic.ttf') format("truetype")
}
@font-face {
  font-display:swap;
  font-family:'Poppins';
  font-style:normal;
  font-weight:700;
  src:url('../fonts/Poppins-Bold.ttf') format("truetype")
}
@font-face {
  font-display:swap;
  font-family:'Poppins';
  font-style:italic;
  font-weight:700;
  src:url('../fonts/Poppins-BoldItalic.ttf') format("truetype")
}