/* Shared monochrome foundations for the landing page, community and editor. */
:root{
 --fs-paper:#000000;--fs-surface:#101010;--fs-mat:#080808;
 --fs-ink:#f5f5f5;--fs-muted:#aaaaaa;--fs-accent:#ffffff;
 --fs-line:#292929;--fs-line-strong:#484848;--fs-sage:#242424;
 --fs-body:Inter,system-ui,sans-serif;--fs-display:'Instrument Serif',Georgia,serif;
 --fs-brand:Outfit,system-ui,sans-serif;--fs-radius:7px;
}
