/**
 * Scroll-to-top — Tailwind button preflight’tan sonra yüklenmeli.
 * [type='button'] { background-color: transparent } ile eşit özgüllük
 * yüzünden output-scss içindeki #fff eziliyordu.
 */
button.scroll-to-top-btn {
  background-color: #fff;
  background-image: none;
}

button.scroll-to-top-btn:hover {
  background-color: #fff;
  background-image: none;
}
