How to change font-size of entity card? I'm lost

This card mod snippet will set the primary font size on a mushroom card.

card_mod:
  style: |
    :host {
        --mush-card-primary-font-size: 20px;
    }