/**
 * Renaco Fitoceutica — font self-hosted (variabili, licenza OFL inclusa in assets/fonts/)
 * Bricolage Grotesque: opsz 12-96, wght 200-800, wdth 75-100
 * Manrope: wght 200-800
 */
@font-face{
	font-family:'Bricolage Grotesque';
	src:url('../fonts/BricolageGrotesque-VF.woff2') format('woff2-variations'),
	    url('../fonts/BricolageGrotesque-VF.woff2') format('woff2');
	font-weight:200 800;
	font-stretch:75% 100%;
	font-style:normal;
	font-display:swap;
}
@font-face{
	font-family:'Manrope';
	src:url('../fonts/Manrope-VF.woff2') format('woff2-variations'),
	    url('../fonts/Manrope-VF.woff2') format('woff2');
	font-weight:200 800;
	font-style:normal;
	font-display:swap;
}
