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

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

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

@font-face {
	font-family: "Nunito";
	src: local("Nunito ExtraBold"),
		url("/sites/all/themes/vesta_theme/css/nunito/NunitoExtraBold.woff") format("woff"),
		url("/sites/all/themes/vesta_theme/css/nunito/NunitoExtraBold.woff2") format("woff2");
	font-weight: 800;
	font-display: swap;
}

@font-face {
	font-family: "Nunito";
	src: local("Nunito Black"),
		url("/sites/all/themes/vesta_theme/css/nunito/NunitoBlack.woff") format("woff"),
		url("/sites/all/themes/vesta_theme/css/nunito/NunitoBlack.woff2") format("woff2");
	font-weight: 900;
	font-display: swap;
}