@property --m1{syntax: "<color>"; inherits: false; initial-value: transparent;}@property --m2{syntax: "<color>"; inherits: false; initial-value: transparent;}@property --m3{syntax: "<color>"; inherits: false; initial-value: transparent;}:root{--bg: #F7F7F7;--bg-alt: #EBEBEB;--fg: #1B1A17;--fg-muted: #6B665C;--rule: rgba(27,26,23,.18);--accent: #0000D9;--font-display: "Fraunces", "Times New Roman", serif;--font-body: "Inter", system-ui, sans-serif;--sig-filter: none}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:var(--font-body);-webkit-font-smoothing:antialiased;transition:background .4s ease,color .4s ease}#root{min-height:100vh}::selection{background:var(--accent);color:var(--bg)}a{color:inherit}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes ripple{0%{transform:scale(.2);opacity:1}to{transform:scale(3);opacity:0}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}
