:root{--bg-pale: rgb(222, 228, 240);--bg-blue: rgb(205, 216, 239);--bg-footer: rgb(240, 240, 240);--blob-brown: rgb(161, 107, 73);--blob-blue: rgb(64, 79, 128);--ink: rgb(46, 52, 60);--black: rgb(0, 0, 0);--white: rgb(255, 255, 255)}html,body{margin:0;padding:0;background:var(--bg-pale);font-family:Lato,system-ui,sans-serif;color:var(--ink)}html{scroll-behavior:auto}body{overflow-x:hidden}*{box-sizing:border-box}button,a{font-family:inherit}@media(pointer:fine){body,body *{cursor:none!important}}@media(pointer:coarse){*{-webkit-tap-highlight-color:transparent}}::selection{background:var(--blob-blue);color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background:#2e343c40;border-radius:8px}@media(max-width:900px){.hide-mobile{display:none!important}}@media(min-width:901px){.show-mobile{display:none!important}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page-enter{animation:fadeIn .6s ease both}
