*,
*::before,
*::after { box-sizing: border-box; }

html { min-width: 320px; min-height: 100%; scroll-behavior: smooth; }

body { min-height: 100vh; margin: 0; }

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

ul, ol { margin: 0; padding: 0; list-style: none; }

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

button { cursor: pointer; }

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

img { height: auto; }

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

table { border-collapse: collapse; border-spacing: 0; }

:focus-visible { outline: 3px solid rgba(16, 165, 156, 0.35); outline-offset: 2px; }
