@charset "utf-8";

@font-face {
	font-family:'audi';
	font-style:normal;
	font-weight:800;
	src:url(./fonts/AudiType-ExtendedBold.otf);
}

@font-face {
	font-family:'audi';
	font-style:normal;
	font-weight:400;
	src:url(./fonts/AudiType-Normal.otf);
}

@font-face {
	font-family:'audi';
	font-style:normal;
	font-weight:300;
	src:url(./fonts/AudiTypeScreen-Light.woff2) format("woff2"),
	url(./fonts/AudiTypeScreen-Light.woff) format("woff");
}
@font-face{
	font-family:'audi_sc';
	font-style:normal;
	font-weight:300;
	src:url(./fonts/AudiTypeScreen-Light.woff2) format("woff2"),
	url(./fonts/AudiTypeScreen-Light.woff) format("woff")
}
@font-face{
	font-family:'audi_sc';
	font-style:normal;
	font-weight:400;
	src:url(./fonts/AudiTypeScreen-Normal.woff2) format("woff2"),
	url(./fonts/AudiTypeScreen-Normal.woff) format("woff")
}
@font-face{
	font-family:'audi_sc';
	font-style:normal;
	font-weight:700;
	src:url(./fonts/AudiTypeScreen-Bold.woff2) format("woff2"),
	url(./fonts/AudiTypeScreen-Bold.woff) format("woff")
}

@font-face {
	font-family: 'audi_ex';
	font-style: normal;
	font-weight: 400;
	src:url(./fonts/AudiType-ExtendedNormal.woff) format("woff")
}

@font-face {
	font-family: 'audi_ex';
	font-style: normal;
	font-weight: 700;
	src:url(./fonts/AudiType-ExtendedBold.otf);
}


@font-face{
	font-family:"NotoSans";
	font-style:normal;
	font-weight:300;
	src:local("NotoSans"),
	url("./fonts/NotoSans-Light.woff2") format("woff2"),
	url("./fonts/NotoSans-Light.woff") format("woff");
}
@font-face{
	font-family:"NotoSans";
	font-style:normal;
	font-weight:400;
	src:local("NotoSans"),
	url("./fonts/NotoSans-Regular.woff2") format("woff2"),
	url("./fonts/NotoSans-Regular.woff") format("woff");
}
@font-face{
	font-family:"NotoSans";
	font-style:normal;
	font-weight:500;
	src:local("NotoSans-Medium"),
	url("./fonts/NotoSans-Medium.woff2") format("woff2"),
	url("./fonts/NotoSans-Medium.woff") format("woff");
}
@font-face{
	font-family:"NotoSans";
	font-style:normal;
	font-weight:700;
	src:local("NotoSans-Bold"),
	url("./fonts/NotoSans-Bold.woff2") format("woff2"),
	url("./fonts/NotoSans-Bold.woff") format("woff");
}