.debug * {
  outline-offset: -1px;
  outline-color: #ff00ff30;
  outline-style: dashed;
  outline-width: 1px;
}

:root {
  font-weight: 300;
  line-height: 1.5;
  font-size: var(--scale-base);
  margin: 0;
  padding: 0;
}

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

* {
  box-sizing: border-box;
}
