/* Typography tweaks */

/* Progressive enhancement: balance line breaks for centered paragraphs */
@supports (text-wrap: balance) {
  .text-center p,
  p.text-center,
  p[style*="text-align: center"] {
    text-wrap: balance;
  }
}


