html { overflow-y: scroll; scroll-behavior: smooth; } button:active, button:focus { outline: none !important; } button::-moz-focus-inner { border: 0 !important; } ::placeholder { color: #B3B3B3; }  html.is-changing .brf-page-transition { transition: all 1s cubic-bezier(0.68, -0.55, 0.27, 1.55); opacity: 1; transform: translateY(0) ; }  html.is-animating .brf-page-transition { opacity: 0.5; transform: translateY(300px); }