/*
100	fein	Thin (Hairline)
200	extraleicht	Extra Light (Ultra Light)
300	leicht	Light
400	normal	Normal (Regular)
500	medium	Medium
600	halbfett	Semi Bold (Demi Bold)
700	fett	Bold
800	extrafett	Extra Bold (Ultra Bold)
900	schwarz	Black (Heavy)
950	extraschwarz	Extra Black (Ultra Black)
*/

/* @font-face {
  font-family: 'hyundai';
  font-style: normal;
  font-weight: 300;
  src: url('/assets/fonts/hyundai/896bab255b5e7a7c32a6ad50105f1e80.woff2') format('woff2');
} */

@font-face {
  font-family: 'hyundai';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/hyundai/HyundaiSansText-Regular.woff2') format('woff2');
}


@font-face {
  font-family: 'hyundai';
  font-style: normal;
  font-weight: 600;
  src: url('/assets/fonts/hyundai/HyundaiSansHead-Medium.woff2') format('woff2');
}

/* @font-face {
  font-family: 'hyundai';
  font-style: normal;
  font-weight: 900;
  src: url('/assets/fonts/hyundai/d571105ffd4442f57e3d801894e5061f.woff2') format('woff2');
} */

body {
	font-family: 'hyundai', 'Titillium Web', sans-serif;
}
