:root{color-scheme:light dark;--paper:#020202;--ink:#f2f1ed;--muted:#aaa9a3;--selection:#f7f7f429;--field-background:#020202;--field-base-glyph:#eceeea1a;--field-ink:#f7f7f4;--field-live-alpha:.2;--field-content-alpha:.8;--sans:"Helvetica Neue", Helvetica, Arial, sans-serif;--mono:"SFMono-Regular", Consolas, "Liberation Mono", monospace}@media (prefers-color-scheme:light){:root{color-scheme:light;--paper:#fff;--ink:#000;--muted:#333;--selection:#0000001f;--field-background:#fff;--field-base-glyph:#0000001a;--field-ink:#000;--field-content-alpha:1}}:root[data-theme=dark]{color-scheme:dark;--paper:#020202;--ink:#f2f1ed;--muted:#aaa9a3;--selection:#f7f7f429;--field-background:#020202;--field-base-glyph:#eceeea1a;--field-ink:#f7f7f4;--field-content-alpha:.8}:root[data-theme=light]{color-scheme:light;--paper:#fff;--ink:#000;--muted:#333;--selection:#0000001f;--field-background:#fff;--field-base-glyph:#0000001a;--field-ink:#000;--field-content-alpha:1}*{box-sizing:border-box}html{background:var(--paper);min-height:100%;font-family:var(--sans);font-feature-settings:"kern", "liga", "clig", "calt"}body{min-height:100svh;color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0}a{color:inherit}::selection{background:var(--selection)}