html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #fefefe;
  color: #1a1a1a;
  line-height: 1.75;
  padding: 1.5rem;
}
