@font-face {
  	font-family: 'Tomato Grotesk';
  	src: url('https://stockcrowd.s3.amazonaws.com/fonts/Tomato-Grotesk/Tomato+Grotesk/woff2/Tomato+Grotesk+Regular.woff2') format('woff2'),
       	url('https://stockcrowd.s3.amazonaws.com/fonts/Tomato-Grotesk/Tomato+Grotesk/otf/TomatoGrotesk-Regular.otf') format('opentype');
  	font-weight: 400;
  	font-style: normal;
  	font-display: swap;
}
@font-face {
  	font-family: 'Tomato Grotesk';
  	src: url('https://stockcrowd.s3.amazonaws.com/fonts/Tomato-Grotesk/Tomato+Grotesk/woff2/Tomato+Grotesk+Light.woff2') format('woff2'),
       	url('https://stockcrowd.s3.amazonaws.com/fonts/Tomato-Grotesk/Tomato+Grotesk/otf/TomatoGrotesk-Light.otf') format('opentype');
  	font-weight: 300;
  	font-style: normal;
  	font-display: swap;
}
@font-face {
  	font-family: 'Tomato Grotesk';
  	src: url('https://stockcrowd.s3.amazonaws.com/fonts/Tomato-Grotesk/Tomato+Grotesk/woff2/Tomato+Grotesk+Medium.woff2') format('woff2'),
       	url('https://stockcrowd.s3.amazonaws.com/fonts/Tomato-Grotesk/Tomato+Grotesk/otf/TomatoGrotesk-Medium.otf') format('opentype');
  	font-weight: 500;
  	font-style: normal;
  	font-display: swap;
}
* {
	font-family: 'Tomato Grotesk', sans-serif;
  	font-weight: 400; 
}
h1, h2, h3, .encabezado-modal {
  	font-weight: 300; 
}
h1, .principal h1, .info-section .encabezados {
	font-size: 2.938rem;
	line-height: 2.938rem;
}
.informacion .tab-container button, strong, .btn-donacion, .btn-agenda, .actualizaciones .blog-fecha span:first-child,
.principal .recaudacion, .principal .info-camp label, .camp__items, .principal .info-camp span, .retos label, header .seleccionar-idioma,
.idiomas button, h3, .modal.modal-legales a {
	font-weight: 500;
}
section:not(.carousel-testimonios):nth-child(2n+1) {
	background-color: #f4f0e4;
}