.guns-title,
.gusn-text {
  color: rgb(var(--gray));
}
.guns-title--primary,
.gusn-text--primary {
  color: rgb(var(--pcolor));
}
.guns-title--secondary,
.gusn-text--secondary {
  color: rgba(var(--gray), 0.72);
}
.guns-title--success,
.gusn-text--success {
  color: rgb(var(--scolor));
}
.guns-title--warning,
.gusn-text--warning {
  color: rgb(var(--wcolor));
}
.guns-title--danger,
.gusn-text--danger {
  color: rgb(var(--ecolor));
}
