@font-face {
	font-family: EurostyleExtendedBold;
	font-style: normal;
	src: url("../fonts/font-eurostyle-extended-bold.woff") format('woff');
	font-display: swap;
}

@font-face {
	font-family: Eurostyle;
	font-style: normal;
	src: url("../fonts/font-eurostyle.woff") format('woff');
	font-display: swap;
}

@font-face {
	font-family: EurostyleBold;
	font-style: normal;
	src: url("../fonts/font-eurostyle-bold.woff") format('woff');
	font-display: swap;
}

:root {
	--eurostyle-x-bold: "EurostyleExtendedBold", sans-serif;
	--eurostyle: "Eurostyle", sans-serif;
	--eurostyle-bold: "EurostyleBold", sans-serif;
}

body {
	font-family: var(--eurostyle), sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
}

h1, h2, h3, h4 {
	font-family: var(--eurostyle-x-bold), sans-serif;
	line-height: 1.125;
	-moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
	-webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

strong {
	font-family: var(--eurostyle-bold), sans-serif;
	font-weight: 700;
}