/* Setting focus state css across the site */
:where(
	a[href],
	button,
	input,
	select,
	textarea,
	summary,
	[role="button"],
	[role="tab"],
	[tabindex]:not([tabindex="-1"])
):focus-visible {
	outline: 2px solid #ffb85d !important;
	outline-offset: 2px !important;
}