/* Responsive typography scale for Pratilipi. The Wormhole theme handles component-specific sizing. */
:root{--font-scale:1.04}

body,button,input,textarea,select{font-size:calc(1rem * var(--font-scale));line-height:1.35}

/* Keep text compact where the interface needs density, while letting headings breathe. */
.brand-word{font-size:1.24rem}
.brand-sub{font-size:.68rem}
.tiny-state{font-size:.9rem}
.expiry-picker{font-size:.84rem}
.quick-tools .soft-btn{font-size:.9rem}
.privacy-row b{font-size:.8rem}
.privacy-row span{font-size:.72rem}
.ready-file-main strong{font-size:.93rem}
.ready-file-main small{font-size:.73rem}
.active-main h3{font-size:1.16rem}
.active-main p{font-size:.84rem}
.footer{font-size:.82rem}

/* Long names and pasted text scale down naturally instead of overflowing. */
.drop-zone h2,.home-intro h1,.ready-card h1,.active-header h1{overflow-wrap:anywhere}
.ready-file-main input,.ready-link-row input{font-size:clamp(.78rem,1.35vw,.9rem)}
.utility-card textarea{font-size:clamp(.92rem,1.5vw,1rem)}

@media(max-width:820px){
  :root{--font-scale:1.02}
  .brand-word{font-size:1.12rem}
  .quick-tools .soft-btn{font-size:.86rem}
}

@media(max-width:560px){
  :root{--font-scale:1}
  body,button,input,textarea,select{line-height:1.3}
  .brand-word{font-size:1.08rem}
  .ready-file-main strong{font-size:.86rem}
  .ready-file-main small{font-size:.7rem}
}
