/* Keep the original typefaces and styling; enlarge only small text on phones. */
@media (max-width: 639px) {
  #root > div > div:first-child {
    font-size: 14px;
  }

  main .text-xs,
  main .text-\[11px\] {
    font-size: 15px;
  }

  main .text-sm {
    font-size: 16px;
  }

  main .text-base {
    font-size: 18px;
  }

  main a[id^="btn-"] {
    font-size: 17px;
  }

  footer .text-\[11px\] {
    font-size: 13px;
  }
}
