/* LINK UNIVERSAL HOME-SCALE TYPOGRAPHY V3 — 2026-09-22
   Final typography authority for public, portal, and private Admin pages. */

html {
  font-size: 20px !important;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
}

html body {
  font-size: 21.25px !important;
  line-height: 1.58 !important;
}

html body p,
html body li,
html body dd,
html body address,
html body blockquote,
html body article,
html body section,
html body main {
  font-size: 21.25px !important;
  line-height: 1.58 !important;
}

html body h1 { font-size: clamp(42px, 5vw, 68px) !important; line-height: 1.04 !important; }
html body h2 { font-size: clamp(32px, 3.5vw, 48px) !important; line-height: 1.12 !important; }
html body h3 { font-size: clamp(24px, 2.4vw, 32px) !important; line-height: 1.22 !important; }
html body h4,
html body h5,
html body h6 { font-size: 21.25px !important; line-height: 1.3 !important; }

html body a,
html body button,
html body input,
html body select,
html body textarea,
html body label {
  font-size: 18.75px !important;
  line-height: 1.4 !important;
}

html body input,
html body select,
html body textarea,
html body button {
  min-height: 48px !important;
}

html body table,
html body th,
html body td {
  font-size: 18.75px !important;
  line-height: 1.48 !important;
}

html body small,
html body dt,
html body [class*="meta"],
html body [class*="label"],
html body [class*="eyebrow"],
html body [class*="badge"],
html body [class*="status"],
html body [class*="category"],
html body [class*="kicker"] {
  font-size: 16px !important;
  line-height: 1.4 !important;
}

/* Admin and back-page records previously contained 7–10px declarations. */
html body.link-admin-page .organization-card p,
html body.link-admin-page .organization-card li,
html body.link-admin-page .organization-card dd,
html body.link-admin-page .organization-card address,
html body.link-admin-page .organization-mission,
html body.link-admin-page .mission,
html body.link-admin-page .admin-card p,
html body.link-admin-page .admin-panel p,
html body.link-admin-page [class*="record"] p,
html body.link-admin-page [class*="detail"] p,
html body[class*="admin"] [class*="card"] p,
html body[class*="admin"] [class*="panel"] p {
  font-size: 18.75px !important;
  line-height: 1.55 !important;
}

html body.link-admin-page .organization-meta,
html body.link-admin-page .organization-status,
html body.link-admin-page .permissions,
html body.link-admin-page .admin-tabs,
html body.link-admin-page .admin-tabs button,
html body[class*="admin"] [class*="meta"],
html body[class*="admin"] [class*="status"],
html body[class*="admin"] [class*="label"] {
  font-size: 17px !important;
  line-height: 1.4 !important;
}

html body.link-admin-page .organization-card h3,
html body[class*="admin"] [class*="card"] h3 {
  font-size: 26px !important;
  line-height: 1.25 !important;
}

/* Keep the approved universal navigation compact enough to fit one row. */
html body header#link-approved-header-v6 .link-approved-header-v6__nav > a {
  font-size: 16px !important;
  line-height: 1.2 !important;
}

@media (max-width: 760px) {
  html body,
  html body p,
  html body li,
  html body dd,
  html body address {
    font-size: 19px !important;
  }

  html body a,
  html body button,
  html body input,
  html body select,
  html body textarea,
  html body label,
  html body table,
  html body th,
  html body td {
    font-size: 17px !important;
  }
}

