html, body { scroll-behavior: smooth; }
input, textarea, button, a { transition: all .2s ease; }
input:focus, textarea:focus { box-shadow: 0 0 0 3px rgba(238, 94, 83, 0.2); }
