
/* MU/TH/UR TITLE/SUBTITLE SIZE +20% R1
   Presize audit values:
   TITLE    clamp(21px, 2.6vw, 36px)
   SUBTITLE clamp(9px, .9vw, 12px)

   +20% target:
   TITLE    clamp(25.2px, 3.12vw, 43.2px)
   SUBTITLE clamp(10.8px, 1.08vw, 14.4px)

   This changes title/subtitle font-size only.
   Layout below shifts naturally through normal document flow.
*/

html body .header .title,
html body .muthur-live-authority .header .title,
html body .muthur-live-authority .title {
  font-size: clamp(25.2px, 3.12vw, 43.2px) !important;
}

html body .header .subtitle,
html body .muthur-live-authority .header .subtitle,
html body .muthur-live-authority .subtitle {
  font-size: clamp(10.8px, 1.08vw, 14.4px) !important;
}
