@font-face {
	font-family: 'Futura medium';
	font-weight: 500;
	font-style: normal;
	src: 	url(https://darayuda.20sagencia.com/wp-content/uploads/2026/02/FUTURA-MEDIUM-1.otf) format('woff2');
}

@font-face {
	font-family: 'Futura light';
	font-weight: 100;
	font-style: normal;
	src: 	url(https://darayuda.20sagencia.com/wp-content/uploads/2026/02/FUTURA-LIGHT-BT.ttf) format('woff2');
}

@font-face {
	font-family: 'Futura light';
	font-weight: 500;
	font-style: normal;
	src: 	url(https://darayuda.20sagencia.com/wp-content/uploads/2026/02/FUTURA-LIGHT-BT.ttf) format('woff2');
}

@font-face {
	font-family: 'Futura';
	font-weight: 100;
	font-style: normal;
	src: 	url(https://darayuda.20sagencia.com/wp-content/uploads/2026/02/FUTURA-BOOK-FONT.ttf) format('woff2');
}

:root {
	--fh-futura-medium: 'Futura medium';
	--fh-futura-light: 'Futura light';
	--fh-futura: 'Futura';
}
.has-futura-medium-font-family{ 
	font-family: var(--fh-futura-medium);
}

.has-futura-light-font-family{ 
	font-family: var(--fh-futura-light);
}

.has-futura-font-family{ 
	font-family: var(--fh-futura);
}

