@font-face {
	font-family: 'Typewriter TTF';
	font-weight: 100;
	font-style: normal;
	src: 			url(https://eugarto.es/wp-content/uploads/2024/01/100-typewriter-serial-extralight.ttf) format('truetype');
	font-display: auto;
}

@font-face {
	font-family: 'Typewriter TTF';
	font-weight: 200;
	font-style: normal;
	src: 			url(https://eugarto.es/wp-content/uploads/2024/01/200-typewriter-serial-light.ttf) format('truetype');
	font-display: auto;
}

@font-face {
	font-family: 'Typewriter TTF';
	font-weight: 400;
	font-style: normal;
	src: 			url(https://eugarto.es/wp-content/uploads/2024/01/400-typewriter-serial-regular.ttf) format('truetype');
	font-display: auto;
}

@font-face {
	font-family: 'Typewriter TTF';
	font-weight: 500;
	font-style: normal;
	src: 			url(https://eugarto.es/wp-content/uploads/2024/01/500-typewriter-serial-medium.ttf) format('truetype');
	font-display: auto;
}

@font-face {
	font-family: 'Typewriter TTF';
	font-weight: 700;
	font-style: normal;
	src: 			url(https://eugarto.es/wp-content/uploads/2024/01/700-typewriter-serial-bold.ttf) format('truetype');
	font-display: auto;
}

@font-face {
	font-family: 'Typewriter TTF';
	font-weight: 900;
	font-style: normal;
	font-display: auto;
}

:root {
	--fh-typewriter-ttf: 'Typewriter TTF';
	--fh-typewriter-ttf: 'Typewriter TTF';
	--fh-typewriter-ttf: 'Typewriter TTF';
	--fh-typewriter-ttf: 'Typewriter TTF';
	--fh-typewriter-ttf: 'Typewriter TTF';
	--fh-typewriter-ttf: 'Typewriter TTF';
}
.has-typewriter-ttf-font-family{ 
	font-family: var(--fh-typewriter-ttf);
}

