/* Roboto Thin */
@font-face {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	src: url('/wp-content/themes/electricai/fonts/Roboto-Thin.ttf') format('ttf');
}
@font-face {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	src: url('/wp-content/themes/electricai/fonts/Roboto-Light.ttf') format('ttf');
}
@font-face {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	src: url('/wp-content/themes/electricai/fonts/Roboto-Regular.ttf') format('ttf');
}
@font-face {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	src: url('/wp-content/themes/electricai/fonts/Roboto-Medium.ttf') format('ttf');
}
@font-face {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	src: url('/wp-content/themes/electricai/fonts/Roboto-Bold.ttf') format('ttf');
}
@font-face {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	src: url('/wp-content/themes/electricai/fonts/Roboto-Black.ttf') format('ttf');
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
