@font-face {
	font-family: cooper;
	src: url(../fonts/cooper-bt-black.ttf);
}

body {
	font-family: "Public Sans", sans-serif;
}

.font-public-sans {
	font-family: "Public Sans", sans-serif;
}

.font-anton {
	font-family: "Anton", sans-serif;
}

.font-cooper {
	font-family: cooper;
}

.text-black {
	color: #000000;
}

.text-red {
	color: #be1f24;
}

.bg-red {
	background-color: #ef3e24;
}

.fw-900 {
	font-weight: 900;
}

.fw-800 {
	font-weight: 800;
}

.fw-700 {
	font-weight: 700;
}

.fw-600 {
	font-weight: 600;
}

.fw-500 {
	font-weight: 500;
}

.fw-400 {
	font-weight: 400;
}

.fs-95 {
	font-size: 95px;
}

.fs-60 {
	font-size: 60px;
}

.fs-55 {
	font-size: 55px;
}

.fs-48 {
	font-size: 48px;
}

.fs-35 {
	font-size: 35px;
}

.fs-30 {
	font-size: 30px;
}

.fs-24 {
	font-size: 24px;
}

.fs-20 {
	font-size: 20px;
}

.fs-18 {
	font-size: 18px;
}

.fs-16 {
	font-size: 16px;
}

.fs-14 {
	font-size: 14px;
}

.span-1 {
	position: absolute;
	top: 30px;
	left: 320px;
	rotate: -15deg;
}

.span-2 {
	position: absolute;
	left: 0;
	right: 0;
	font-size: 95px;
}

.span-3 {
	position: absolute;
	right: 225px;
	top: 80px;
}

.img img {
	height: 200px;
}

.steaks {
	font-size: 25px;
	line-height: 1.2;
}

.img-shadow {
	box-shadow: 5px 5px 5px gray;
}

@media screen and (max-width: 997px) {
	.fs-95 {
		font-size: 60px;
	}

	.span-1 {
		top: 16px;
		left: 37px;
		font-size: 20px;
	}

	.span-2 {
		font-size: 55px;
	}

	.span-3 {
		position: absolute;
		top: 70px;
		right: 0;
		left: 0;
	}

	.img img {
		height: 75px !important;
	}

	.steaks {
		font-size: 10px;
		line-height: 1.2;
	}

	.text-center-mob {
		text-align: center !important;
	}
}