html {
  scroll-behavior: smooth;
}

input[type="search"]::-webkit-search-cancel-button {
  cursor: pointer;
}

::selection {
  background-color: #dbeafe;
  color: #1e3a8a;
}

.pf-post {
  scroll-margin-top: 5rem;
}
