/* Homepage-only readability increase. Activated by homepage-font-scale.js. */
body.awaso-home-font-boost .text-xs { font-size: 14px !important; line-height: 21px !important; }
body.awaso-home-font-boost .text-sm { font-size: 16px !important; line-height: 25px !important; }
body.awaso-home-font-boost .text-base { font-size: 18px !important; line-height: 27px !important; }
body.awaso-home-font-boost .text-lg { font-size: 20px !important; line-height: 30px !important; }
body.awaso-home-font-boost .text-xl { font-size: 22px !important; line-height: 32px !important; }
body.awaso-home-font-boost .text-2xl { font-size: 26px !important; line-height: 34px !important; }
body.awaso-home-font-boost p,
body.awaso-home-font-boost li,
body.awaso-home-font-boost a,
body.awaso-home-font-boost button { letter-spacing: 0.005em; }

@media (max-width: 640px) {
  body.awaso-home-font-boost .text-xs { font-size: 13px !important; }
  body.awaso-home-font-boost .text-sm { font-size: 15px !important; }
  body.awaso-home-font-boost .text-base { font-size: 17px !important; }
}
