/* Shared BookNest polish for the static hackathon MVP.
   Page-specific visual identities still live in each HTML file. */

button:disabled {
  cursor: wait;
  opacity: 0.72;
}

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

:focus-visible {
  outline: 3px solid rgba(232, 120, 34, 0.28);
  outline-offset: 3px;
}
