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

* {
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

* > a {
  font-size: inherit;
}

nav ul,
ul[class],
ol[class] {
  list-style: none;
  margin: 0;
  padding: 0;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  min-height: 100vh;
}

body,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}
a:focus {
  outline: none;
}
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--color-link-focus);
  outline-offset: 2px;
}

img {
  display: block;
  max-width: 100%;
}
/*
article > * + * {
  margin-top: 1em;
}*/

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

.screenreader-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
