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

/* === Roboto - italic */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	
	src: local('Roboto'),
		url("./font/Roboto-Italic.woff") format("woff"),
		url("./font/Roboto-Italic.woff2") format("woff2");
}

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

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

/* === Roboto Mono - 300italic */
@font-face {
	font-family: 'Roboto Mono';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	
	src: local('Roboto Mono'),
		url("./font/RobotoMono-LightItalic.woff") format("woff"),
		url("./font/RobotoMono-LightItalic.woff2") format("woff2");
}

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