* {
  box-sizing: border-box;
}

html {
  color-scheme: light;
  font-family: var(--font-primary);
  background: var(--color-bg-secondary);
  color: var(--color-text-primary);
}

body {
  margin: 0;
  min-height: 100vh;
  font-size: var(--text-base);
  line-height: 22px;
}

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

button {
  color: inherit;
}

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

table {
  border-collapse: collapse;
}

svg {
  display: block;
}
