:root {
  --primary-color: none;
  --accent-color: none;
}

html { 
  line-height: 1.5; 
}

body {
  font-family: "Noto Sans" sans-serif;
  color: #111;
  background: #fff;
  min-height: 100vh;
  padding: 2rem;
}
