/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

html {
	font-family:
		system-ui,
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
	-webkit-text-size-adjust: 100%; 
	-moz-tab-size: 4;
	-o-tab-size: 4;
		tab-size: 4;
}

body {
	margin: 0; 
}

button,
input {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

button {
	text-transform: none;
}

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


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