/* Small additions Tailwind utilities can't express on their own */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

div[id]:target {
  border-color: #1f4c8d !important;
  background: #e3ecf9 !important;
}
