@charset "UTF-8";

:where(p, h1, h2, h3, h4, h5, h6) {
	margin-block: 0;
}

:where(ul) {
	list-style: none;
	margin-block: 0;
	padding-inline-start: 0;
}

:where(input:is([type=checkbox], [type=radio])) {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

:where(label, button, summary) {
	cursor: pointer;
}

:where(button) {
	font-size: unset;
	font-family: unset;
	font-weight: unset;
	background: unset;
	color: unset;
	border: unset;
	padding: unset;
}

@media (hover: none) {
	:where(:any-link, button, summary, label) {
		-webkit-tap-highlight-color: transparent;
	}
}

::selection {
	background-color: var(--primary);
	color: white;
}

:where(h1) {
	font-size: 1.5rem;
}

:where(h2) {
	font-size: 1.3rem;
}

:where(h1, h2, h3, h4, h5, h6) {
	font-weight: 600;
}

:where(br) {
	content: "";
	display: block;
	block-size: .5em;
}

@property --gradient-from {
	syntax: "<color>";
	initial-value: transparent;
	inherits: true;
}

@property --gradient-to {
	syntax: "<color>";
	initial-value: transparent;
	inherits: true;
}
