html {
  font-feature-settings: "cv11", "ss01";
}

::selection {
  background: rgba(0, 136, 255, 0.35);
  color: #fff;
}

details summary::-webkit-details-marker {
  display: none;
}

a, button {
  -webkit-tap-highlight-color: transparent;
}
