/* ============================================================
   YouTube page — subtext sizing
   ------------------------------------------------------------
   Normalises the hero subtext ("6,000+ Subscribers — 4.5 Million
   Views") to 16px font-size / 20px line-height, matching the
   About page. Targeted by its unique text colour rgba(30,30,30,0.5);
   the section headings (20/24px) and footer text use other colours
   and are untouched. Linked only from youtube.html — NOT global,
   because that colour means something different on other pages.
   ============================================================ */

p.framer-text[style*="rgba(30, 30, 30, 0.5)"] {
  --framer-font-size: 16px !important;
  --framer-line-height: 20px !important;
  font-size: 16px !important;
  line-height: 20px !important;
}
