.typography {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

.typography--primary {
  color: var(--primary-main);
}

.typography--secondary {
  color: var(--text-secondary);
}

.typography-h4 {
  font-size: 18px;
  line-height: 125%;
}
