@font-face {
  font-family: 'WixMadeforDisplay';
  src: url('/publico/fonts/WixMadeforDisplay-Regular.woff2') format('woff2');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/publico/fonts/Poppins-Light.woff2') format('woff2');
  font-weight: 300;
  font-display: swap;
}
h1, h2, h3, h4, h5, h6, a {
	font-family: WixMadeforDisplay;
}
p, span {
  font-family: Poppins;
}
p {
  color: #555555;
  font-size: clamp(1.1rem, 3vw, 1rem);
}