/* Minimal normalize/reset (local) */
*,
*::before,
*::after { box-sizing: border-box; }

html { line-height: 1.15; -webkit-text-size-adjust: 100%; }
body { margin: 0; }

main { display: block; }

h1,h2,h3,h4,p,figure,blockquote,dl,dd { margin: 0; }

ul[role='list'], ol[role='list'] { list-style: none; }

img, picture { max-width: 100%; display: block; }

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

button { cursor: pointer; }

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

:focus-visible { outline: 2px solid #f5b000; outline-offset: 2px; }
