html {
	box-sizing: border-box;
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0,0,0,0); }

*,
*::before,
*::after {
	box-sizing: inherit; }

body {
	margin: 0;
	font-family: $font-family-base;
	font-size: $font-size-base;
	font-weight: $font-weight-base;
	line-height: $line-height-base;
	color: $body-color;
	background-color: $body-bg; }

[tabindex="-1"]:focus {
	outline: none !important; }

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem; }

p {
	margin-top: 0;
	margin-bottom: 1rem; }


address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit; }

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0; }

dt {
	font-weight: $dt-font-weight; }

dd {
	margin-bottom: .5rem;
	margin-left: 0; }

blockquote {
	margin: 0 0 1rem; }

b,
strong {
	font-weight: bolder; }

small {
	font-size: 80%; }

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline; }

sub { bottom: -.25em; }
sup { top: -.5em; }

a {
	color: $link-color;
	text-decoration: $link-decoration;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;

	@include hover {
		color: $link-hover-color;
		text-decoration: $link-hover-decoration;
	}
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;

	@include hover-focus {
		color: inherit;
		text-decoration: none;
	}

	&:focus {
		outline: 0;
	}
}

pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em; }

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto; }

figure {
	margin: 0 0 1rem; }


img {
	vertical-align: middle;
	border-style: none; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
	touch-action: manipulation; }


table {
	border-collapse: collapse;}

caption {
	padding-top: $table-cell-padding;
	padding-bottom: $table-cell-padding;
	color: $text-muted;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: left; }