html, body {
	position: relative;
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	box-sizing: border-box;
}

/* Globally disable Tailwind ring shadow everywhere */
[class*="ring-"], [class*="focus:ring-"], [class*="focus-visible:ring-"] {
	--tw-ring-shadow: 0 0 #000 !important;
}

