/* ==========================================================================
   4. Service pages: shared foundations
   ========================================================================== */

/* Shared typography for all service pages. */
.google-ads-page,
.sites-seo-page,
.google-business-page {
  font-family: var(--font-primary);
  --service-heading-weight: 700;
}

.google-ads-page h1,
.google-ads-page h2,
.sites-seo-page h1,
.sites-seo-page h2,
.google-business-page h1,
.google-business-page h2 {
  font-family: inherit;
  font-weight: var(--service-heading-weight);
}

.google-ads-page .lead-text,
.google-ads-page .body-text,
.sites-seo-page .lead-text,
.sites-seo-page .body-text,
.google-business-page .lead-text,
.google-business-page .body-text {
  font-family: inherit;
  font-weight: var(--body-weight);
}

.google-ads-page .lead-text,
.sites-seo-page .lead-text,
.google-business-page .lead-text {
  font-weight: 600;
}

/* Source links belong to the data component they substantiate. */
.google-ads-page .data-source-link,
.sites-seo-page .data-source-link,
.google-business-page .data-source-link {
  color: rgba(255, 255, 255, .58);
  font-family: inherit;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-underline-offset: 2px;
}

.sites-seo-page .inline-source-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
