@font-face {
	font-family: "Bowlby One";
	src: url("../fonts/BowlbyOne-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* Citypet — Hero cover with giant background word */

.hero-cover {
	position: relative;
	overflow: hidden;
	background: transparent;
	min-height: calc(clamp(3.5rem, 13vw, 10rem) + 2rem);
	padding: 1rem 0;
}
.hero-cover .wp-block-cover__inner-container > *:not(.hero-bg-text) {
	position: relative;
	z-index: 2;
}
.hero-cover .hero-bg-text {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Bowlby One", Impact, sans-serif;
	font-size: clamp(3.5rem, 13vw, 10rem);
	color: var(--wp--preset--color--mustard);
	opacity: 1;
	z-index: 1;
	pointer-events: none;
	user-select: none;
	letter-spacing: -0.02em;
	line-height: 1;
	text-transform: uppercase;
	margin: 0;
}
