:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

a {
  font-weight: 500;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background-color: var(--sl-color-neutral-100);
}

.sl-toast-stack {
  left: 50%;
  transform: translateX(-50%);
  right: auto;
}

