*, *::before, *::after { box-sizing: border-box; } html:focus-within { scroll-behavior: smooth; } html, body { height: 100%; } body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; } img, picture, video, canvas, svg { display: block; max-width: 100%; } input, button, textarea, select { font: inherit; } h1, h2, h3, h4, h5, h6, p { overflow-wrap: break-word; } #root, #__next { isolation: isolate; }