html {
    scroll-behavior: smooth;
}

::selection {
    background-color: #C5A880;
    color: #fff;
}

input:focus, select:focus, textarea:focus {
    box-shadow: none;
}