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

html, body {
  margin: 0;
  padding: 0;
  font-family: system-ui, sans-serif;
  line-height: 1.65;
  color: #111;
  background: #fff;
}

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