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

html {
  height: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  background: var(--color-canvas);
  color: var(--color-text-muted);
  font-family: var(--font-sans);
  font-size: 13px;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  color: inherit;
}

a {
  text-decoration: none;
}

[x-cloak] {
  display: none !important;
}
