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

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	min-height: 100%;
}

address,
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
ol,
p,
ul {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font: inherit;
}

dt,
th {
	font-weight: inherit;
}

address,
cite,
dfn {
	font-style: inherit;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

a {
	color: inherit;
	text-decoration: none;
}

img,
picture,
svg,
video,
canvas {
	display: block;
	max-width: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	padding: 0;
	text-align: inherit;
	vertical-align: inherit;
}

hr {
	border: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

legend {
	padding: 0;
}

button,
input,
select,
textarea {
	background: none;
	border: 0;
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

textarea {
	resize: vertical;
}

summary {
	cursor: pointer;
}

[hidden] {
	display: none !important;
}


/* Base typography */
strong,
b {
	font-weight: 700;
}

em,
i {
	font-style: italic;
}

small {
	font-size: 0.875em;
}