/* Keep this file minimal: Tailwind drives the design. */

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Don’t let anchored sections hide under the sticky header. */
[id] {
  scroll-margin-top: 88px;
}
