/* Canonical typography — overrides any Tailwind/legacy weight classes on body text */
main p, main li, main dd, main td, main blockquote,
article p, article li, article dd, article td,
.prose p, .prose li, .prose dd, .prose td,
.gp-deep p, .gp-deep li, .gp-deep dd, .gp-deep td {
  font-family: ReithSans, Helvetica, Arial, freesans, sans-serif !important;
  font-weight: 400 !important;
  font-feature-settings: 'ss01' off;
  font-size: 1rem !important;
  line-height: 1.975 !important;
  color: #181818 !important;
}
main p, article p, .prose p, .gp-deep p {
  margin-bottom: 28px !important;
  margin-top: 0 !important;
}
main strong, main b, article strong, article b,
.prose strong, .prose b, .gp-deep strong, .gp-deep b {
  font-weight: 700 !important;
  color: inherit !important;
}
main h1, main h2, main h3, main h4, main h5, main h6,
article h1, article h2, article h3, article h4, article h5, article h6,
.prose h1, .prose h2, .prose h3, .prose h4, .prose h5, .prose h6,
.gp-deep h1, .gp-deep h2, .gp-deep h3 {
  font-family: ReithSans, Helvetica, Arial, freesans, sans-serif !important;
  font-weight: 700 !important;
  color: #0f172a !important;
}
main h2, article h2, .prose h2, .gp-deep h2 { font-size: 1.6rem !important; line-height: 1.25 !important; margin-top: 40px !important; margin-bottom: 14px !important; }
main h3, article h3, .prose h3, .gp-deep h3 { font-size: 1.25rem !important; line-height: 1.3 !important; margin-top: 28px !important; margin-bottom: 10px !important; }

/* Antialiasing for cleaner rendering */
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* Prevent the legacy .font-bold .font-black on body paragraphs */
main p.font-bold, main p.font-black,
article p.font-bold, article p.font-black,
.prose p.font-bold, .prose p.font-black {
  font-weight: 400 !important;
}
