h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  color: var(--heading-color);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5rem;
  margin-top: 0;
}

h2,
h3 {
  font-weight: 600;
  letter-spacing: .5px;
}

h3 {
  font-size: 22px !important;
}


h6 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .5px;
  line-height: 1.4;
  line-height: 1;
}

.login-container p {
  color: #898989;
  font-size: 14px;
  margin-bottom: 25px;
}

.f-white {
  color: white;
}

.f-yellow {
  color: var(--yellow) !important;
}
.f-green {
  color: var(--green) !important;
}
.f-red {
  color: var(--red) !important;
}


.f-purple {
  color: var(--purple) !important;
}

.f-700 {
  font-weight: 700;
}


.material-icons {
    font-family: 'Material Icons' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}