@font-face {
	font-family: "Butler";
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src:
		local("Butler Ultra Light"),
		local("ButlerUltraLight"),
		url("../fonts/butler/Butler-UltraLight.otf") format("opentype");
}

@font-face {
	font-family: "Butler";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src:
		local("Butler Light"),
		local("ButlerLight"),
		url("../fonts/butler/Butler-Light.otf") format("opentype");
}

@font-face {
	font-family: "Butler";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src:
		local("Butler"),
		local("Butler Regular"),
		local("ButlerRegular"),
		url("../fonts/butler/Butler-Regular.otf") format("opentype");
}

@font-face {
	font-family: "Butler";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src:
		local("Butler Medium"),
		local("ButlerMedium"),
		url("../fonts/butler/Butler-Medium.otf") format("opentype");
}

@font-face {
	font-family: "Butler";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src:
		local("Butler Bold"),
		local("ButlerBold"),
		url("../fonts/butler/Butler-Bold.otf") format("opentype");
}

@font-face {
	font-family: "Butler";
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src:
		local("Butler Extra Bold"),
		local("ButlerExtraBold"),
		url("../fonts/butler/Butler-ExtraBold.otf") format("opentype");
}

@font-face {
	font-family: "Butler";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src:
		local("Butler Black"),
		local("ButlerBlack"),
		url("../fonts/butler/Butler-Black.otf") format("opentype");
}
