@font-face {
	font-family: "Inter";
	src: local("Inter Regular"),
		url("/sites/all/themes/vesta_theme/css/fonts/InterRegular.woff") format("woff"),
		url("/sites/all/themes/vesta_theme/css/fonts/InterRegular.woff2") format("woff2");
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "Inter";
	src: local("Inter Medium"),
		url("/sites/all/themes/vesta_theme/css/fonts/InterMedium.woff") format("woff"),
		url("/sites/all/themes/vesta_theme/css/fonts/InterMedium.woff2") format("woff2");
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: "Oswald";
	src: local("Oswald Bold"),
		url("/sites/all/themes/vesta_theme/css/fonts/OswaldBold.woff") format("woff"),
		url("/sites/all/themes/vesta_theme/css/fonts/OswaldBold.woff2") format("woff2");
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	src: local("Roboto Regular"),
		url("/sites/all/themes/vesta_theme/css/fonts/RobotoRegular.woff") format("woff"),
		url("/sites/all/themes/vesta_theme/css/fonts/RobotoRegular.woff2") format("woff2");
	font-weight: 400;
	font-display: swap;
}