/* Shared handwritten display typography; paragraphs retain Manrope. */
:root { --jungle-display-font: "Caveat Brush", "Segoe Print", cursive; }
body h1, body h2, body h3, body h4, body h5, body h6,
body .hero-title,
body .product-card h3,
body .showcase-heading h2,
body .front-recognition-heading h2,
body .front-story-card .front-stat-feature > span,
body .type-intro-copy strong,
body .site-footer h3,
.product-page .modern-section .section-title,
.product-page .modern-pricing h2,
.product-page .card-title h3,
.product-page .info-card h4,
.product-page .pricing-inline-card h3,
.front-page .page-hero h1,
.front-page .static-item h3,
.front-page .static-item-content h4,
.front-page .static-item-content h5,
.front-page .static-item-content h6 {
  font-family: var(--jungle-display-font);
  font-weight: 400;
  letter-spacing: .005em;
  line-height: 1.15;
}
body .site-nav-link,
body .nav-dropdown-panel a,
body .mobile-nav-popup-link,
body .video-link,
body .section-kicker,
body .paint-label,
body .front-recognition-eyebrow,
body .camp-badge span,
body .page-mini-menu-title,
body .page-mini-link {
  font-family: var(--jungle-display-font);
  font-weight: 400;
  letter-spacing: .025em;
}
body .site-nav-link,
body .nav-dropdown-panel a,
body .mobile-nav-popup-link,
body .video-link,
body .page-mini-link { font-size: 18px; }
body .product-actions .site-nav-link,
body .front-story-card .front-stat-read-more { font-size: 17px; }
body .section-kicker,
body .paint-label,
body .front-recognition-eyebrow,
body .page-mini-menu-title,
body .site-footer h3 { font-size: 17px; letter-spacing: .055em; }
body .camp-badge span { font-size: 17px; line-height: 1.2; }
body .product-card h3,
body .type-heading,
body .type-intro-copy strong,
.product-page .card-title h3,
.product-page .info-card h4,
.product-page .pricing-inline-card h3,
.front-page .static-item h3 { font-size: 25px; }
@media (max-width: 640px) {
  body .camp-badge span { font-size: 15px; }
}
