// FONT-FACES
@font-face{
	font-family:"DIN Next Pro";
	src:url("/emea/themes/custom/softbank/fonts/DINNextLTPro-Bold.woff") format("woff"),
			url("/emea/themes/custom/softbank/fonts/DINNextLTPro-Bold.otf") format("opentype"),
			url("/emea/themes/custom/softbank/fonts/DINNextLTPro-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: 700;
  font-display: swap;
}
@font-face{
	font-family:"DIN Next Pro";
	src:url("/emea/themes/custom/softbank/fonts/DINNextLTPro-Medium.woff") format("woff"),
			url("/emea/themes/custom/softbank/fonts/DINNextLTPro-Medium.otf") format("opentype"),
			url("/emea/themes/custom/softbank/fonts/DINNextLTPro-Medium.ttf") format("truetype");
	font-style: normal;
	font-weight: 600;
  font-display: swap;
}
@font-face{
	font-family:"DIN Next Pro";
	src:url("/emea/themes/custom/softbank/fonts/DINNextLTPro-Regular.woff") format("woff"),
			url("/emea/themes/custom/softbank/fonts/DINNextLTPro-Regular.otf") format("opentype"),
			url("/emea/themes/custom/softbank/fonts/DINNextLTPro-Regular.ttf") format("truetype");
	font-style: normal;
  font-display: swap;
	font-weight: 500;
}
@font-face{
	font-family:"DIN Next Pro";
	src:url("/emea/themes/custom/softbank/fonts/DINNextLTPro-Light.woff") format("woff"),
			url("/emea/themes/custom/softbank/fonts/DINNextLTPro-Light.otf") format("opentype"),
			url("/emea/themes/custom/softbank/fonts/DINNextLTPro-Light.ttf") format("truetype");
	font-style: normal;
	font-weight: 300;
  font-display: swap;
}