/**
 * FileTo.Cloud public heading scale v1.1.7
 * Final public-only heading rules. Admin pages are intentionally excluded.
 */

@media (min-width: 981px) {
  body.tp-page-home h1.setup-title {
    font-size: 26px !important;
    line-height: 1.12 !important;
    letter-spacing: -0.02em !important;
  }

  body.tp-page-home .setup-drop .setup-drop-inner strong {
    font-size: 18px !important;
    line-height: 1.2 !important;
    letter-spacing: -0.015em !important;
  }

  body.tp-page-home .upload-card .section-headline h2,
  body.tp-page-home .upload-card h2 {
    font-size: 15px !important;
    line-height: 1.25 !important;
  }

  body.tp-page-download h1.download-mobile-title,
  body.tp-page-download > .card::before {
    font-size: 24px !important;
    line-height: 1.12 !important;
    letter-spacing: -0.02em !important;
  }

  body.tp-page-form > .card > h2:first-child,
  body.tp-page-form > .card h2:first-child {
    font-size: 22px !important;
    line-height: 1.16 !important;
    letter-spacing: -0.018em !important;
  }

  body.tp-page-legal .card > h1:first-child {
    font-size: 23px !important;
    line-height: 1.16 !important;
    letter-spacing: -0.018em !important;
    margin-bottom: 18px !important;
  }

  body.tp-page-legal .card > h2 {
    font-size: 18px !important;
    line-height: 1.3 !important;
  }
}

@media (max-width: 980px) {
  body.tp-page-home h1.setup-title {
    font-size: 19px !important;
    line-height: 1.16 !important;
    letter-spacing: -0.015em !important;
  }

  body.tp-page-home .setup-drop .setup-drop-inner strong {
    font-size: 16px !important;
    line-height: 1.22 !important;
    letter-spacing: -0.01em !important;
  }

  body.tp-page-home .upload-card .section-headline h2,
  body.tp-page-home .upload-card h2 {
    font-size: 14px !important;
    line-height: 1.28 !important;
  }

  body.tp-page-download h1.download-mobile-title,
  body.tp-page-download > .card::before {
    font-size: 18px !important;
    line-height: 1.18 !important;
    letter-spacing: -0.012em !important;
  }

  body.tp-page-form > .card > h2:first-child,
  body.tp-page-form > .card h2:first-child {
    font-size: 18px !important;
    line-height: 1.2 !important;
    letter-spacing: -0.012em !important;
  }

  body.tp-page-legal .card > h1:first-child {
    font-size: 18px !important;
    line-height: 1.2 !important;
    letter-spacing: -0.012em !important;
    margin-bottom: 14px !important;
  }

  body.tp-page-legal .card > h2 {
    font-size: 16px !important;
    line-height: 1.32 !important;
  }
}

@media (max-width: 560px) {
  body.tp-page-home h1.setup-title {
    font-size: 18px !important;
  }

  body.tp-page-home .setup-drop .setup-drop-inner strong {
    font-size: 15px !important;
  }

  body.tp-page-download h1.download-mobile-title,
  body.tp-page-download > .card::before,
  body.tp-page-form > .card > h2:first-child,
  body.tp-page-form > .card h2:first-child,
  body.tp-page-legal .card > h1:first-child {
    font-size: 17px !important;
  }

  body.tp-page-legal .card > h2 {
    font-size: 15px !important;
  }
}


/** FileTo.Cloud public heading correction v1.1.7 */
body.tp-page-home .setup-drop .setup-drop-inner > strong.tp-upload-drop-title{
  font-size:clamp(24px,2.2vw,30px)!important;
  line-height:1.18!important;
  letter-spacing:-.018em!important;
}
body.tp-page-contact .card > h2.public-page-title,
body.tp-page-privacy .card > h1.public-page-title,
body.tp-page-terms .card > h1.public-page-title{
  font-size:clamp(15px,1.35vw,19px)!important;
  line-height:1.2!important;
  letter-spacing:-.01em!important;
}
body.tp-page-privacy .card > h2,
body.tp-page-terms .card > h2{
  font-size:16px!important;
  line-height:1.3!important;
}
@media(max-width:560px){
  body.tp-page-privacy .card > h2,
  body.tp-page-terms .card > h2{font-size:14px!important}
}
