*,
*::after,
*::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: var(--font-sans);
  line-height: var(--leading-normal);
  height: 100%;
}

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

audio,
canvas,
embed,
figure,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}

button {
  font: inherit;
  background: none;
  color: currentColor;
  cursor: pointer;
  line-height: inherit;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

img {
  max-width: 100%;
  width: 100%;
  transform-style: preserve-3d;
}

input {
  font: inherit;
}

ol,
ul {
  list-style: none;
}

strong,
b {
  font-weight: var(--font-bold);
}

summary {
  cursor: pointer;
}
summary:focus {
  outline: 0;
}
summary:focus-visible {
  outline: solid;
  outline: 5px auto -webkit-focus-ring-color;
}

table {
  font-variant-numeric: tabular-nums;
  border-spacing: 0;
  width: 100%;
}
th,
td {
  text-align: left;
  vertical-align: top;
}

mark {
  background: var(--color-yellow-300);
}
