@font-face {
	font-family: 'Hamberger';
	src: url('https://knassets.sumsmanagement.com/fonts/Hamberger/HambergerBold.woff2') format('woff2'),
	url('https://knassets.sumsmanagement.com/fonts/Hamberger/HambergerBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Licorice';
	src: url('https://knassets.sumsmanagement.com/fonts/Licorice/Licorice-Regular.woff2') format('woff2'),
	url('https://knassets.sumsmanagement.com/fonts/Licorice/Licorice-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: 'Gilroy';
	src: url('https://knassets.sumsmanagement.com/fonts/Gilroy/Gilroy-Light.woff2') format('woff2'),
	url(https://knassets.sumsmanagement.com/fonts/Gilroy/Gilroy-Light.woff) format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Gilroy Bold';
	src: url('https://knassets.sumsmanagement.com/fonts/Gilroy/Gilroy-ExtraBold.woff2') format('woff2'),
	url(https://knassets.sumsmanagement.com/fonts/Gilroy/Gilroy-ExtraBold.woff) format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

* {
	font-family: 'Gilroy';
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Hamberger';
	text-transform: uppercase;
}

label {
	font-weight: bold;
}

.woodys-aspect-ratio-1-1 {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.woodys-box-shadow {
	box-shadow: 0 0 20px rgb(0 0 0 / 50%);
}

.woodys-hero {
	position: relative;
	background-image: url('/images/purty-wood.png');
	background-repeat: repeat;
	/* background-size: cover; */
	background-position: center;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}

.woodys-hero:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}

.woodys-hero-content {
	margin: 0;
	z-index: 1;
}

@media (min-width: 768px) {
	.woodys-sticky-content {
		position: sticky;
		top: 5rem;
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}