﻿/* @acab/reset.css */
:where(*, :after, :before) {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0 solid;
}
:where(html) {
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	color-scheme: light dark;
}
:where(body) {
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
}
:where(h1, h2, h3, h4, h5, h6) {
	font-size: inherit;
	font-weight: inherit;
}
:where(a) {
	color: inherit;
	text-decoration: inherit;
}
:where(button, input, select, textarea) {
	background-color: transparent;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}
:where(button) {
	cursor: pointer;
}
:where(ol, ul) {
	list-style: none;
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
	display: block;
	max-width: 100%;
}