section > div {
	inline-size: 100%;
	max-inline-size: var(--width-vp-max);
	margin-inline: auto;
}
body button {
	border: 0;
	outline: none;
	padding: 0;
	background: transparent;
	cursor: pointer;
}

body a {
	text-decoration: none;
}

/* Reset body margin */
body {
	margin: 0 !important;
	/*	font-family: system-ui, sans-serif;*/
	line-height: 1.5;
}

/* Box-sizing */
*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default margin/padding for common elements */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote {
	margin: 0;
	padding: 0;
}

/* Remove list styles */
ul.list-none,
ol.list-none {
	list-style: none;
}

/* Responsive media */
img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
	height: auto;
}
