@charset "UTF-8";

*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;

	@media (prefers-reduced-motion: no-preference) {
		scroll-behavior: smooth;
	}
}

:where(h1, h2, h3, h4, h5, h6, p, span, li, ol, dt, dd, button, label, time) {
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
}

:where(h1, h2, h3, h4, h5, h6) {
	text-wrap: pretty;
}

:where(input, button, textarea, select) {
	font: inherit;
	color: inherit;
}

:where(button) {
	background: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
}

html {
	-webkit-text-size-adjust: 100%;
	tab-size: 4;
	scrollbar-gutter: stable;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace;
	font-size: 1em;
}

small {
	font-size: 0.8rem;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

table {
	border-color: currentcolor;
}

audio,
canvas,
iframe,
img,
svg,
video {
	display: block;
	max-width: 100%;
	height: auto;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

ol,
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

summary {
	display: list-item;
}

ol {
	counter-reset: revert;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

legend {
	padding: 0;
}

progress {
	vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}