Mushroom Cards Card Mod Styling/Config Guide

Start with this as an example…

type: custom:mushroom-template-card
primary: Example
secondary: Icon/Fonts
icon: mdi:mushroom
card_mod:
  style: |
    ha-card {
      height: 120px !important;
       }
    ha-tile-icon {
       --tile-icon-color: blue !important;
       --mdc-icon-size: 44px;
       }
    #info {
      --tile-info-primary-font-size: 20px; 
      --tile-info-secondary-font-size: 15px;
      --tile-info-primary-color: orange;
      --tile-info-secondary-color: lime;
       }