.primary {
  background: var(--primary);
}

.warning {
  background: #F6C00D;
}

.primary-text,
.active {
  color: var(--primary);
}

.tabs .tab a {
  color: var(--primary)
}

.tabs .tab a:focus,
.tabs .tab a:focus.active {
  background-color: indianred;
}

.tabs .tab a:hover,
.tabs .tab a.active {
  color: orangered;
}

.tabs .indicator {
  background-color: orangered;
}

.secondary {
  background: red;
}

.secondary-text {
  color: darkred;
}
