/**
 * Shared typography for /data/* subpages — same tier logic as ecosystem-company.html:
 * - UI / body / “mono” roles → Inter (--site-body from topnav.css)
 * - Display / chart labels where styled → Korthos Bebas (--site-display)
 * - Section / rail labels → --korthos-header-* (topnav.css)
 * Load immediately after /topnav.css. Does not change font-weight rules on components.
 */
:root {
    --profile-sans: var(--site-body);
    --profile-body: var(--site-body);
    --profile-mono: var(--site-body);
    --profile-title-display: var(--site-display);
    --t-size: 11.5px;
    --t-height: 1.48;
    --t-section-opacity: 0.68;
    --t-meta-opacity: 0.68;
    --t-body-opacity: 0.94;
    --t-emph-weight: 500;
    --profile-line-structural: 1px solid rgba(20, 20, 16, 0.14);
}
