@font-face {
	font-family: "roboto-light";
	src: url("/wp-content/themes/child-theme/fonts/Roboto-Light.ttf") format("truetype");
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "roboto-regular";
	src: url("/wp-content/themes/child-theme/fonts/Roboto-Regular.ttf") format("truetype");
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "roboto-black";
	src: url("/wp-content/themes/child-theme/fonts/Roboto-Black.ttf") format("truetype");
	font-style: normal;
	font-display: swap;
	font-weight: 900;
}