@font-face {
	font-family: 'Utendo';
	font-weight: 600;
	font-style: normal;
	src: 			url(https://logitaltrucks.com/wp-content/uploads/2026/01/Utendo-Semibold.ttf) format('truetype');
	font-display: swap;
}

@font-face {
	font-family: 'Utendo';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://logitaltrucks.com/wp-content/uploads/2026/01/Utendo-Bold.woff) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Lato';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://logitaltrucks.com/wp-content/uploads/font-hero/google-fonts/lato/lato-regular-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://logitaltrucks.com/wp-content/uploads/font-hero/google-fonts/roboto/roboto-regular-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	font-weight: 600;
	font-style: normal;
	src: 	url(https://logitaltrucks.com/wp-content/uploads/font-hero/google-fonts/roboto/roboto-semi-bold-normal-latin.woff2) format('woff2');
	font-display: swap;
}

:root {
	--fh-utendo: 'Utendo';
	--fh-lato: 'Lato';
	--fh-roboto: 'Roboto';
}
h1, h2, h3, h4, h5, h6{ 
	font-family: 'Utendo';
	font-weight: 600;
}

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

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

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

