.mb0 {
  margin-bottom: 0;
}

.mb1 {
  margin-bottom: 1rem;
}

.mb2 {
  margin-bottom: 2rem;
}

.mb3 {
  margin-bottom: 3rem;
}
.mb4 {
  margin-bottom: 2rem;
}

.center {
  text-align: center;
}

.text--primary-color {
  color: var(--primary-color) !important;
}

.is-hidden,
.hide,
.hidden {
  display: none;
}

.bold {
  font-weight: bold;
}

.beautiful-blue {
  color: var(--beautiful-blue);
}

.grey {
  color: var(--text-color-muted-light);
}