/* Small additions on top of Tailwind */
::selection { background: #0071e3; color: #fff; }
img { background: rgba(0,0,0,0.04); }
.ad-slot:empty { display: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
