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

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

body {
  margin: 0;
  padding: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
p,
ul,
ol {
  margin: 0;
}

h1 {
  font-size: 1.75rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

h2 {
  font-size: 1.375rem;
  line-height: 1.25;
  margin: 1.5rem 0 0.75rem;
}

h3 {
  font-size: 1.125rem;
  line-height: 1.3;
  margin: 1.5rem 0 0.75rem;
}

p,
ul,
ol {
  margin-bottom: 1rem;
}

ul,
ol {
  padding-left: 1.25rem;
}

li + li {
  margin-top: 0.25rem;
}

a {
  color: inherit;
  text-underline-offset: 0.15em;
}