@font-face {
	font-family: Whyte;
	font-style: normal;
	font-weight: 300;
	src: url("https://www.bethefineline.com/wp-content/uploads/2026/03/whyte.woff2") format('woff2');
}

:root {
	--whyte: "Whyte", sans-serif;
}

h1, h1 span.inter_bold {
	font-family: font-family: var(--whyte)!important;
}