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

html {
  scrollbar-gutter: stable both-edges;
}

body {
  margin: 0;
  font-family: var(--font-family);
  color: var(--color-text);
  background: var(--color-surface);
}

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

a:visited {
  color: inherit;
}
