:root{--bustum-font:'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";--bustum-color-1:#F4DA90;--bustum-color-2:#F2B6CC;--bustum-color-3:#C29CEE;--bustum-dark:#111111;--bustum-bg:#ffffff;--bustum-fg:#111111;color-scheme:light dark}@media (prefers-color-scheme:dark){:root{--bustum-bg:#0e0e0f;--bustum-fg:#f1f1f1}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--bustum-font);color:var(--bustum-fg);background:var(--bustum-bg);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:focus{outline:none}:focus-visible{outline:2px dashed currentColor;outline-offset:2px}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.bustum-gradient-text{display:inline-block;background:linear-gradient(90deg,var(--bustum-color-1),var(--bustum-color-2),var(--bustum-color-3));-webkit-background-clip:text;background-clip:text;color:#fff0;-webkit-text-fill-color:#fff0}.hide-mobile{display:none}@media (min-width:768px){.hide-mobile{display:initial}}.visually-hidden{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);overflow:hidden}body.scrolled .site-header{box-shadow:0 8px 24px rgb(0 0 0 / .08)}