/* reset.css -- cole no início de todo projeto */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { min-height: 100vh ; line-height: 1.5; text-rendering: optimizeSpeed; }
img, picture, svg, video { max-width: 100%; display: block; }
input, button, textarea, select { font: inherit;}
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; }
table { border-collapse: collapse; } 
textarea { resize: vertical;}
:focus-visible { outline: 2px solid #c8a35f; outline-offset: 2px;}