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

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

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