body {
  font-family: "Inter", sans-serif;
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}

:root {
  color-scheme: light;
}

img {
  max-width: 100%;
  height: auto;
}

section[id] {
  scroll-margin-top: 6rem;
}

*:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
