@font-face {
	font-family: 'futura-pt';
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'futura-pt';
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'futura-pt-bold';
	font-weight: 700;
	font-style: normal;
}

:root {
	--fh-futura-pt: 'futura-pt', "Helvetica Neue", Helvetica, Arial, sans-serif;
	--fh-futura-pt-bold: 'futura-pt-bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.has-futura-pt-font-family{ 
	font-family: var(--fh-futura-pt);
}

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

