@font-face {
	font-family: 'DIN';
	font-style: normal;
	font-weight: 200;
	font-display: swap;

	src: url('/fonts/DINPro-Light.otf') format('opentype');

	ascent-override: 100%;
}

@font-face {
	font-family: 'DIN';
	font-style: normal;
	font-weight: 400;
	font-display: swap;

	src: url('/fonts/DINPro-Medium.otf') format('opentype');

	ascent-override: 100%;
}

@font-face {
	font-family: 'DIN';
	font-style: normal;
	font-weight: 600;
	font-display: swap;

	src: url('/fonts/DINPro-Bold.otf') format('opentype');

	ascent-override: 100%;
}

body {
	margin: 0;
}
