/* Inter everywhere (Settings → Site style). Loaded only while the switch is on. */
:root { --ms-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
html, body, button, input, select, textarea, .container, .tml, .ms-manual, .ms-site-search, .ms-pp, .ms-member-home {
	font-family: var(--ms-font);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "cv05", "cv11";   /* Inter's single-storey a alternates off, clearer l/1 */
}
h1, h2, h3, h4, h5, h6, .headlines a, nav, .postmetadata, .wp-caption, #logo, h2#description, aside h3.widgettitle, footer h4.widgettitle,
.ms-manual .ms-doc-title, .ms-manual .ms-section-h, .ms-manual .ms-toc-h, .ms-manual .ms-division-name, .ms-manual .ms-ref,
.ms-member-home-hello, .ms-site-search .ms-ss-h1, .ms-site-search .ms-ss-title, .ms-pp legend {
	font-family: var(--ms-font);
	letter-spacing: -0.01em;
}
.ms-manual { --ms-serif: var(--ms-font); --ms-sans: var(--ms-font); }
h1, h2, h3, .ms-manual .ms-doc-title, .ms-manual .ms-section-h, .ms-member-home-hello { font-weight: 700; }
h4, h5, h6, aside h3.widgettitle { font-weight: 600; }
#masthead h1#logo { font-weight: 700; letter-spacing: -0.02em; }
#masthead h2#description { font-weight: 600; letter-spacing: .1em; }
#nav-primary a { font-weight: 600; letter-spacing: .02em; }
.ms-manual .ms-doc-title { letter-spacing: -0.02em; }
.ms-manual .ms-ref { letter-spacing: .04em; }
h1.pagetitle, h1.posttitle { letter-spacing: -0.015em; }
