/* ============================================================
   GOODLADY FINANCE - TABLET TYPOGRAPHY (v4.0)
   Scaling rules for medium devices (max-width: 1024px)
   ============================================================ */

@media (min-width: 769px) and (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 3.2rem !important;
    line-height: 1.1;
  }

  h2,
  .h2 {
    font-size: 2.4rem !important;
  }

  h3,
  .h3 {
    font-size: 1.8rem !important;
  }

  .lead {
    font-size: 1.25rem !important;
  }

  .stat-premium {
    font-size: 3rem !important;
  }
}
