<!-- Helps load assets from the CDN quicker -->
		<link rel="preconnect" href="https://components.unrealengine.com" />

		<!-- Optional if the EDS Inter font families already loaded in your app -->
		<link
			rel="preload"
			as="font"
			href="https://components.unrealengine.com/fonts/inter/Inter-Regular.woff2"
			crossorigin="anonymous"
		/>
		<link
			rel="preload"
			as="font"
			href="https://components.unrealengine.com/fonts/inter/Inter-Medium.woff2"
			crossorigin="anonymous"
		/>
		<link rel="stylesheet" href="https://components.unrealengine.com/fonts/inter/index.css" crossorigin="anonymous" />

		<!-- Simple reset to remove body padding -->
		<link rel="stylesheet" href="https://components.unrealengine.com/styles/reset.css" />