@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&family=Hanken+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap");:root{--background:0 0% 100%;--foreground:224 12% 12%;--muted:220 14% 45%;--border:220 14% 90%;--gold:41 48% 60%;--gold-soft:41 40% 72%}@media (prefers-color-scheme:dark){:root{--background:224 16% 9%;--foreground:0 0% 96%;--muted:220 10% 65%;--border:224 12% 20%}}:root[data-theme=dark]{--background:224 16% 9%;--foreground:0 0% 96%;--muted:220 10% 65%;--border:224 12% 20%}:root[data-theme=light]{--background:0 0% 100%;--foreground:224 12% 12%;--muted:220 14% 45%;--border:220 14% 90%}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:hsl(var(--background));color:hsl(var(--foreground));font-family:Hanken Grotesk,Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased}.font-serif{font-family:Fraunces,Georgia,Cambria,Times New Roman,serif;font-optical-sizing:auto;letter-spacing:-.015em}.font-mono{font-family:JetBrains Mono,ui-monospace,monospace;letter-spacing:-.01em}.gold{color:hsl(var(--gold))}::selection{background:hsl(var(--gold)/.28);color:hsl(var(--foreground))}@keyframes lucyPulse{0%,to{opacity:1}50%{opacity:.55}}.lucyPulse{animation:lucyPulse 2.2s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.lucyPulse{animation:none}}