html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
}

a {
  text-decoration: none;
}

:focus-visible {
  outline: 3px solid #f59e0b;
  outline-offset: 3px;
}
