.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));
}
.guns-title {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-weight: 600;
}
h1.guns-title {
  font-size: 40px;
  line-height: 1.24;
}
h2.guns-title {
  font-size: 32px;
  line-height: 1.28;
}
h3.guns-title {
  font-size: 24px;
  line-height: 1.34;
}
h4.guns-title {
  font-size: 18px;
  line-height: 1.4;
}
h5.guns-title {
  font-size: 16px;
  line-height: 1.5;
}
