:root {
  color-scheme: light;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
  color: #111827;
  background: #ffffff;
}

a {
  color: #0a7c46;
}

a:hover,
a:focus {
  color: #065c32;
}
