@import "https://fonts.cdnfonts.com/css/geist";
@import "https://fonts.cdnfonts.com/css/geist-mono";
@import "https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap";
@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}[data-theme=dark]{--geist-background:#000;--geist-foreground:#fff;--geist-background-secondary:#0a0a0a;--gray-100:#1a1a1a;--gray-200:#1f1f1f;--gray-300:#292929;--gray-400:#2e2e2e;--gray-500:#454545;--gray-600:#878787;--gray-700:#8f8f8f;--gray-800:#a0a0a0;--gray-900:#ededed;--gray-1000:#fafafa;--gray-alpha-100:#ffffff0a;--gray-alpha-200:#ffffff0f;--gray-alpha-300:#ffffff17;--gray-alpha-400:#ffffff1f;--gray-alpha-500:#ffffff38;--blue-500:#0070f3;--blue-600:#0060d1;--blue-700:#0055b8;--green-500:#00a66c;--green-600:#008f5d;--amber-500:#f5a623;--red-500:#e5484d;--purple-500:#7c3aed;--brand-500:#d4a853;--brand-600:#c4963f;--brand-700:#b0842e;--brand-alpha-100:#d4a85314;--brand-alpha-200:#d4a8531f;--brand-alpha-300:#d4a8532e;--brand-alpha-400:#d4a85340;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}[data-theme=light]{--geist-background:#fff;--geist-foreground:#000;--geist-background-secondary:#fafafa;--gray-100:#f5f5f5;--gray-200:#ebebeb;--gray-300:#e0e0e0;--gray-400:#d4d4d4;--gray-500:#a3a3a3;--gray-600:#737373;--gray-700:#525252;--gray-800:#404040;--gray-900:#262626;--gray-1000:#171717;--gray-alpha-100:#0000000a;--gray-alpha-200:#0000000f;--gray-alpha-300:#00000017;--gray-alpha-400:#0000001f;--gray-alpha-500:#00000038;--blue-500:#0070f3;--blue-600:#0060d1;--blue-700:#0055b8;--green-500:#00a66c;--green-600:#008f5d;--amber-500:#f5a623;--red-500:#e5484d;--purple-500:#7c3aed;--brand-500:#b8892d;--brand-600:#a67a22;--brand-700:#926b18;--brand-alpha-100:#b8892d0f;--brand-alpha-200:#b8892d1a;--brand-alpha-300:#b8892d29;--brand-alpha-400:#b8892d38;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root{--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-7:28px;--space-8:32px;--space-9:36px;--space-10:40px;--space-11:44px;--space-12:48px;--space-16:64px;--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--radius-xl:12px;--font-display:"Instrument Serif",Georgia,"Times New Roman",serif;--font-size-xs:12px;--font-size-sm:13px;--font-size-base:14px;--font-size-lg:16px;--font-size-xl:18px;--font-size-2xl:24px;--font-size-3xl:32px;--font-size-4xl:40px;--font-size-5xl:56px;--font-size-6xl:72px;--line-height-tight:1.25;--line-height-normal:1.5;--line-height-relaxed:1.625}*{box-sizing:border-box;margin:0;padding:0}html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{min-height:100vh;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:var(--font-size-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:var(--line-height-normal);color:var(--gray-900);background:var(--geist-background)}a{color:var(--gray-1000);text-decoration:none;transition:color .15s}a:hover{color:var(--gray-800)}code{font-family:Geist Mono,SF Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:var(--font-size-sm);background:var(--gray-alpha-200);border:1px solid var(--gray-alpha-300);border-radius:var(--radius-sm);padding:2px 6px}::selection{background:#0070f34d}
