:root {
	--font-inter: "Inter", ui-sans-serif, system-ui, sans-serif;
	--font-lexend: "Lexend", ui-sans-serif, system-ui, sans-serif;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: var(--font-inter);
}

.font-display {
	font-family: var(--font-lexend);
}

/* WordPress admin bar offset */
.admin-bar header {
	margin-top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar header {
		margin-top: 46px;
	}
}

/* Dropdown navigation */
.group:hover > .hidden,
.group:focus-within > .hidden {
	display: block;
}

/* Mobile menu */
#mobile-menu.is-open {
	display: block;
}

#mobile-menu.is-open + header,
body.menu-open {
	overflow: hidden;
}

/* WordPress default link underline reset inside theme */
main a,
footer a,
header a {
	text-decoration: inherit;
}

/* Ensure images scale correctly */
img {
	max-width: 100%;
	height: auto;
}
