@layer base {
  html {
    font-family: var(--font-sans);
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
  }

  body {
    background: var(--bg);
    color: var(--text);
    min-height: 100dvh;
  }

  a { color: inherit; }
}
