@import "https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700&display=swap";
html{--stone-body:#f3f3f5;--stone-surface:#fff;--stone-card:#fff;--stone-ink:#25252a;--stone-muted:#83838a;--stone-disabled:#d7d7da;--stone-border:#e2e2e8;--stone-border-strong:#83838a;--stone-muted-fill:#e2e2e8;--stone-success:#374c36;--stone-error:#58413e;--stone-warning:#524622;--theme-bg:var(--stone-body);--theme-text:var(--stone-ink);--theme-input-bg:var(--stone-surface);--theme-border-color:var(--stone-border);--theme-elevation-0:var(--stone-surface);--theme-elevation-50:var(--stone-surface);--theme-elevation-100:var(--stone-border);--theme-elevation-150:#d7d7da;--theme-elevation-200:#d4d4da;--theme-elevation-250:#c8c8cd;--theme-elevation-300:#b8b8be;--theme-elevation-350:#a8a8ae;--theme-elevation-400:var(--stone-muted);--theme-elevation-450:#73737a;--theme-elevation-500:var(--stone-muted);--theme-elevation-550:#6a6a70;--theme-elevation-600:#5a5a60;--theme-elevation-650:#4a4a50;--theme-elevation-700:#3a3a40;--theme-elevation-750:#303036;--theme-elevation-800:var(--stone-ink);--theme-elevation-850:#1b1b1f;--theme-elevation-900:#16161a;--theme-elevation-950:#131316;--theme-elevation-1000:#111015;--theme-success-500:var(--stone-success);--theme-error-500:var(--stone-error);--theme-warning-500:var(--stone-warning);--style-radius-s:.5rem;--style-radius-m:.75rem;--style-radius-l:1.5rem;--font-body:"Figtree",-apple-system,blinkmacsystemfont,"Segoe UI",roboto,helvetica,arial,sans-serif;background:var(--theme-bg);color:var(--theme-text);font-family:var(--font-body);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html[data-theme=dark]{--stone-body:#111015;--stone-surface:#1b1b1f;--stone-card:#242325;--stone-ink:#f3f3f5;--stone-muted:#9d9da3;--stone-disabled:#5e5e61;--stone-border:#f3f3f51a;--stone-border-strong:#5e5e61;--stone-muted-fill:#3b3b3f;--stone-success:#b4cdb2;--stone-error:#dcc0bc;--stone-warning:#d7c59c;--theme-bg:var(--stone-body);--theme-text:var(--stone-ink);--theme-input-bg:var(--stone-surface);--theme-border-color:var(--stone-border);--theme-elevation-0:var(--stone-surface);--theme-elevation-50:var(--stone-card);--theme-elevation-100:#25252a;--theme-elevation-150:#2c2c31;--theme-elevation-200:#3b3b3f;--theme-elevation-250:#46464b;--theme-elevation-300:#525257;--theme-elevation-350:#5e5e61;--theme-elevation-400:var(--stone-muted);--theme-elevation-450:#a8a8ae;--theme-elevation-500:var(--stone-muted);--theme-elevation-550:#b8b8be;--theme-elevation-600:#c8c8cd;--theme-elevation-650:#d4d4da;--theme-elevation-700:#e2e2e8;--theme-elevation-750:#ececef;--theme-elevation-800:var(--stone-ink);--theme-elevation-850:#f7f7f8;--theme-elevation-900:#fafafa;--theme-elevation-950:#fcfcfc;--theme-elevation-1000:#fff;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.template-default,.dashboard,.nav,.collection-list,.document-fields{background:var(--theme-bg);color:var(--theme-text)}.nav{border-right:1px solid var(--theme-elevation-100)}.btn{border-radius:9999px;font-weight:600}.btn--style-secondary{--btn-border:0;--hover-btn-border:0;--bg-color:var(--theme-elevation-100);--hover-bg:var(--theme-elevation-150)}.card{border-radius:var(--style-radius-m);background:var(--theme-elevation-0);border:0}.table tbody tr:nth-child(odd){background:var(--theme-elevation-50)}
