*{margin:0;padding:0;box-sizing:border-box}:root{--accent: #a855c8;--accent-deep: #4c1557;--cream: #fff9e9;--black: #000;--gray: #888;--dark-gray: #1a1a1a;--font-heading: "transducer", sans-serif;--font-body: "source-sans-pro", sans-serif;--ease-out: cubic-bezier(.16, 1, .3, 1)}body{background:var(--black);color:var(--cream);font-family:var(--font-body);font-weight:300;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}.animate-on-scroll{opacity:0;transform:translateY(40px);transition:opacity .8s var(--ease-out),transform .8s var(--ease-out)}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.animate-on-scroll.slide-left{transform:translate(-40px)}.animate-on-scroll.slide-left.visible{transform:translate(0)}.stagger>*:nth-child(1){transition-delay:0s}.stagger>*:nth-child(2){transition-delay:.12s}.stagger>*:nth-child(3){transition-delay:.24s}.stagger>*:nth-child(4){transition-delay:.36s}.stagger>*:nth-child(5){transition-delay:.48s}.stagger>*:nth-child(6){transition-delay:.6s}
