:root{--background:#fff;--foreground:#171717;--muted:#f5f5f5;--muted-foreground:#737373;--border:#e5e5e5;--input:#fff;--primary:#171717;--primary-foreground:#fff;--secondary:#f5f5f5;--secondary-foreground:#171717;--accent:#f5f5f5;--accent-foreground:#171717;--destructive:#ef4444;--destructive-foreground:#fff;--ring:#171717;--radius:0.5rem;--text:var(--foreground);--light-grey:#c6cacb;--mid-grey:#616a6d;--dark-grey:#485154;--face-opacity:1;--icon-filter:none;--face-filter:none;interpolate-size:allow-keywords}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#fafafa;--muted:#262626;--muted-foreground:#a3a3a3;--border:#262626;--input:#262626;--primary:#fafafa;--primary-foreground:#0a0a0a;--secondary:#262626;--secondary-foreground:#fafafa;--accent:#262626;--accent-foreground:#fafafa;--destructive:#7f1d1d;--destructive-foreground:#fafafa;--ring:#d4d4d8;--text:var(--foreground);--light-grey:#52525b;--mid-grey:#71717a;--dark-grey:#a1a1aa;--face-opacity:0.8;--icon-filter:invert(1);--face-filter:invert(1)}}*{border-color:var(--border)}body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background-color:var(--background);color:var(--foreground);height:100%;transition:background-color .3s ease,color .3s ease}a{color:inherit;text-decoration:none}*{box-sizing:border-box}a:hover{text-decoration:underline}.centered{display:flex;height:100%;justify-content:safe center;align-items:safe center;overflow:auto}.open-source{view-transition-name:open-source}.technical-writing{view-transition-name:technical-writing}hr{border:0;border-top:1px solid var(--border)}