
:root {
    --thm-base:#c42026;
    --thm-base-rgb: 196, 32, 38;
    /*--thm-gray: #7a8699;*/
    --thm-gray: #000;
    --thm-gray-rgb: 122, 134, 153;
  }

.text-black {
  color: #000000 !important;
  }
  
.text-red {
  color: #c42026 !important;
  }  