/* Minimal CSS reset for the vulgarisation mini-site. */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { line-height: 1.5; -webkit-text-size-adjust: 100%; }
img, picture, svg, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: underline; text-underline-offset: 0.15em; }
ul, ol { padding-left: 1.25rem; }
button, input, select, textarea { font: inherit; }
table { border-collapse: collapse; }
:focus-visible { outline: 3px solid currentColor; outline-offset: 2px; }
