/* Roboto */
@font-face {
	font-family: "Roboto";
	src:
		url("Roboto-Light.woff2") format('woff2'),
		url("Roboto-Light.woff") format('woff');
	font-style: normal;
	font-weight: 300;
	size-adjust: 106%;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	src:
		url("Roboto-Regular.woff2") format('woff2'),
		url("Roboto-Regular.woff") format('woff');
	font-style: normal;
	font-weight: 400;
	size-adjust: 106%;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	src:
		url("Roboto-Medium.woff2") format('woff2'),
		url("Roboto-Medium.woff") format('woff');
	font-style: normal;
	font-weight: 500;
	size-adjust: 106%;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	src:
		url("Roboto-SemiBold.woff2") format('woff2'),
		url("Roboto-SemiBold.woff") format('woff');
	font-style: normal;
	font-weight: 600;
	size-adjust: 106%;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	src:
		url("Roboto-Bold.woff2") format('woff2'),
		url("Roboto-Bold.woff") format('woff');
	font-style: normal;
	font-weight: 700;
	size-adjust: 106%;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	src:
		url("Roboto-Heavy.woff2") format('woff2'),
		url("Roboto-Heavy.woff") format('woff');
	font-style: normal;
	font-weight: 800;
	size-adjust: 106%;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	src:
		url("Roboto-Black.woff2") format('woff2'),
		url("Roboto-Black.woff") format('woff');
	font-style: normal;
	font-weight: 900;
	size-adjust: 106%;
	font-display: swap;
}