/* styles.css */
.red-toast {
    --background: #fa2f2f; 
    --color: #fff; 
  }
.green-toast {
    --background: #145e0d; 
    --color: #fff; 
  }
.info-toast {
    --background: #118be7; 
    --color: #fff; 
  }