/* The Dead End — simple pointer only */
@media (hover:hover) and (pointer:fine){
  html[data-theme="dark"],
  html[data-theme="dark"] body,
  html[data-theme="dark"] .site-shell,
  html[data-theme="dark"] a,
  html[data-theme="dark"] button,
  html[data-theme="dark"] input,
  html[data-theme="dark"] select,
  html[data-theme="dark"] textarea,
  html[data-theme="dark"] summary,
  html[data-theme="dark"] [role="button"]{
    cursor:url("../images/pointer-dark-theme.png?v=restore1") 2 1, auto !important;
  }

  html[data-theme="light"],
  html[data-theme="light"] body,
  html[data-theme="light"] .site-shell,
  html[data-theme="light"] a,
  html[data-theme="light"] button,
  html[data-theme="light"] input,
  html[data-theme="light"] select,
  html[data-theme="light"] textarea,
  html[data-theme="light"] summary,
  html[data-theme="light"] [role="button"]{
    cursor:url("../images/pointer-light-theme.png?v=restore1") 2 1, auto !important;
  }
}