:root{--font-family: "Lato", "DM Serif Display", "Inter", system-ui, Helvetica, Arial, sans-serif;--text-color: #202020;--background-color: #ffffff}html,body{margin:0;padding:0;background-color:var(--background-color, #fff);color:var(--text-color, #000);box-sizing:border-box;transition:background-color .3s ease,color .3s ease;scroll-behavior:smooth;scroll-margin-top:100px}*,*:before,*:after{box-sizing:inherit;transition:background-color .3s ease,color .3s ease,border-color .3s ease}#root{min-height:100vh;max-width:1440px;min-width:360px;box-shadow:0 0 100px 8px #0000001a;margin:0 auto;display:flex;flex-direction:column}
