/* Reset enxuto — Arthur Resplandes */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }

html { -webkit-text-size-adjust: 100%; }

/* Regras de display do tema venceriam o [hidden] do navegador; o filtro do
   portfólio depende deste atributo para esconder cards. */
[hidden] { display: none !important; }

img, picture, video, canvas, svg, iframe {
    display: block;
    max-width: 100%;
}

input, button, textarea, select { font: inherit; color: inherit; }

button { background: none; border: 0; cursor: pointer; }

ul, ol { list-style: none; }

a { color: inherit; text-decoration: none; }

table { border-collapse: collapse; width: 100%; }

h1, h2, h3, h4, h5, h6, p { overflow-wrap: break-word; }

hr { border: 0; border-top: 1px solid currentColor; opacity: 0.15; }
