html {
	box-sizing: border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}

body,
ul,
figure,
figcaption {
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',
		'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

code {
	font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}

a {
	text-decoration: none;
	-webkit-appearance: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
	background: none;
	border: none;

	/* These are to remove standard button styling on iOS*/
	-webkit-appearance: none;
	border-radius: 0;
}

/* These are to remove the weird styling on a fieldset */
legend {
	padding: 0;
	display: table;
}
fieldset {
	border: 0;
	padding: 0.01em 0 0 0;
	margin: 0;
	min-width: 0;
}
body:not(:-moz-handler-blocked) fieldset {
	display: table-cell;
}
