:root{
/* System font stacks — the brand deliberately ships NO webfonts (early-web authenticity) */
--ui-font:"MS Sans Serif",Tahoma,"Segoe UI",Geneva,Verdana,sans-serif;
--font-serif-display:"Times New Roman",Times,Georgia,serif;
--font-sans-display:Arial,Helvetica,"Helvetica Neue",sans-serif;
--font-mono:"Lucida Console","Courier New",monospace;
--font-banner:"Franklin Gothic Medium",Arial,sans-serif;
/* Sizes (px, exact from source) */
--text-base:13px;
--text-title:12px;
--text-menu:13px;
--text-control:12px;
--text-h2:15px;
--text-wordmark:60px;
--text-tagline:58px;
--text-banner:18px;
--text-shutdown:22px;
--leading-body:1.5;
--leading-tight:1.1;
}
body{font-family:var(--ui-font);font-size:var(--text-base);-webkit-font-smoothing:none}
