html { font-size: 16px; }

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-sans);
  transition: background 0.2s ease, color 0.2s ease;
}
