@import "https://fonts.googleapis.com/css2?family=Recursive:wght@400;500;600;700;800;900&display=swap";
:root{--background:#fff;--foreground:#171717;--primary-color:#160ca5;--secondary-color:#94bbe9}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html{scroll-behavior:smooth;height:100%}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100vh;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;font-family:Recursive,sans-serif;display:flex}main{flex:1;width:100%;padding-top:5rem;padding-bottom:50px;position:relative}a{color:inherit;text-decoration:none;transition:opacity .3s}a:hover{opacity:.8}.container{background:linear-gradient(135deg,#eeaeca 0%,#94bbe9 100%);width:100%;max-width:100%;position:relative}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}
