/* web-only typography polish (not present in the offline app build) */
.cp-body {
  font-size: 0.97rem;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
