html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
a:focus-visible, button:focus-visible {
  outline: 2px solid #c25442;
  outline-offset: 2px;
}
