/* Scrapbookowe akcenty poza zakresem utility Tailwinda. */

.paper-texture {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(120, 90, 55, .06) 1px, transparent 1px);
  background-size: 5px 5px;
}

input:focus, select:focus, textarea:focus { outline: none; }

.rotate-4 { transform: rotate(4deg); }
.-rotate-4 { transform: rotate(-4deg); }

::-webkit-scrollbar { height: 8px; width: 8px; }
::-webkit-scrollbar-thumb { background: #d8c8ac; border-radius: 8px; }
