html { scrollbar-color:#ecebe4 #1f2b32; } ::selection { background-color: #1f2b32; color: #ecebe4; } body.bricks-is-frontend :focus { outline: none; } button:focus { outline: none; } * { -webkit-appearance: none !important; appearance: none !important; } button { all: unset; }  .page-transition-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #0d0d0d;  z-index: 9999; transform: translateY(100%); pointer-events: none; }