/* === Roboto - 100 */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url("./font/Roboto-Thin.eot");
	src: local('Roboto'),
		url("./font/Roboto-Thin.eot") format("embedded-opentype"),
		url("./font/Roboto-Thin.woff2") format("woff2"),
		url("./font/Roboto-Thin.woff") format("woff"),
		url("./font/Roboto-Thin.ttf") format("truetype"),
		url("./font/Roboto-Thin.svg") format("svg");
}

/* === Roboto - 300 */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("./font/Roboto-Light.eot");
	src: local('Roboto'),
		url("./font/Roboto-Light.eot") format("embedded-opentype"),
		url("./font/Roboto-Light.woff2") format("woff2"),
		url("./font/Roboto-Light.woff") format("woff"),
		url("./font/Roboto-Light.ttf") format("truetype"),
		url("./font/Roboto-Light.svg") format("svg");
}

/* === Roboto - regular */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("./font/Roboto-Regular.eot");
	src: local('Roboto'),
		url("./font/Roboto-Regular.eot") format("embedded-opentype"),
		url("./font/Roboto-Regular.woff2") format("woff2"),
		url("./font/Roboto-Regular.woff") format("woff"),
		url("./font/Roboto-Regular.ttf") format("truetype"),
		url("./font/Roboto-Regular.svg") format("svg");
}

/* === Roboto - 500 */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("./font/Roboto-Medium.eot");
	src: local('Roboto'),
		url("./font/Roboto-Medium.eot") format("embedded-opentype"),
		url("./font/Roboto-Medium.woff2") format("woff2"),
		url("./font/Roboto-Medium.woff") format("woff"),
		url("./font/Roboto-Medium.ttf") format("truetype"),
		url("./font/Roboto-Medium.svg") format("svg");
}

/* === Roboto - 700 */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("./font/Roboto-Bold.eot");
	src: local('Roboto'),
		url("./font/Roboto-Bold.eot") format("embedded-opentype"),
		url("./font/Roboto-Bold.woff2") format("woff2"),
		url("./font/Roboto-Bold.woff") format("woff"),
		url("./font/Roboto-Bold.ttf") format("truetype"),
		url("./font/Roboto-Bold.svg") format("svg");
}

/* === Roboto - 900 */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url("./font/Roboto-Black.eot");
	src: local('Roboto'),
		url("./font/Roboto-Black.eot") format("embedded-opentype"),
		url("./font/Roboto-Black.woff2") format("woff2"),
		url("./font/Roboto-Black.woff") format("woff"),
		url("./font/Roboto-Black.ttf") format("truetype"),
		url("./font/Roboto-Black.svg") format("svg");
}
