.lc-char-style.h1, .lc-char-style.h2, .lc-char-style.h3, .lc-text h1, .lc-text h2, .lc-text h3 {
  color: #000;
  font-family: Roboto, sans-serif;
  font-weight: bold;
}

.lc-char-style.default-text {
  font-size: 1.4rem;
  font-family: Roboto, sans-serif;
  line-height: 1.4;
  color: #888;
}

.lc-char-style.h1 {
  font-size: 3rem;
}

.lc-char-style.h2 {
  font-size: 1.6rem;
}

.lc-char-style.h3 {
  font-size: 2rem;
}

.lc-char-style.input-label {
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 1.4rem;
}

.lc-char-style.input {
  font-size: 1.4rem;
  font-family: Roboto, sans-serif;
  line-height: 1.6rem;
  color: #888;
}

.lc-char-style.no-uppercase {
  text-transform: none;
}

.lc-char-style.color-red {
  color: #ff1218;
}

.lc-char-style.color-grey {
  color: #888;
}

.lc-char-style.color-light-grey {
  color: #ccc;
}

.lc-char-style.color-white {
  color: #fff;
}

.lc-char-style.color-black {
  color: #000;
}

.lc-text {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
.lc-text img {
  max-width: 100%;
}
.lc-text .align-right {
  text-align: right;
}
.lc-text .align-left {
  text-align: left;
}
.lc-text .align-center {
  text-align: center;
}
.lc-text .align-justify {
  text-align: justify;
}
.lc-text .underline {
  text-decoration: underline;
}
.lc-text a.no-underline {
  text-decoration: none;
}
.lc-text a.no-underline:hover {
  text-decoration: underline;
}
.lc-text h1 {
  font-size: 2em;
}
.lc-text h2 {
  font-size: 1.8em;
}
.lc-text h3 {
  font-size: 1.4em;
}
.lc-text > *:first-child {
  margin-top: 0 !important;
}
.lc-text > *:last-child {
  margin-bottom: 0 !important;
}
.lc-text .no-margin-above {
  margin-top: 0;
}
.lc-text .no-margin-below {
  margin-bottom: 0;
}
.lc-text span.uppercase {
  text-transform: uppercase;
}
.lc-text span.lowercase {
  text-transform: lowercase;
}
.lc-text span.smaller-text {
  font-size: 0.8em;
}
.lc-text span.larger-text {
  font-size: 1.2em;
}
.lc-text span.very-large-text {
  font-size: 1.8em;
}
.lc-text span.nowrap {
  white-space: nowrap;
}
.lc-text img.vertical-align-top {
  vertical-align: top;
}
.lc-text img.vertical-align-middle {
  vertical-align: middle;
}
.lc-text img.vertical-align-bottom {
  vertical-align: bottom;
}

html {
  font-size: 10px;
}

.lc-text {
  font-size: 1.4rem;
  font-family: Roboto, sans-serif;
  line-height: 1.4;
  color: #888;
}
.lc-text h1 {
  font-size: 3rem;
}
.lc-text h2 {
  font-size: 1.6rem;
}
.lc-text h3 {
  font-size: 2rem;
}
.lc-text .color-red {
  color: #ff1218;
}
.lc-text .color-grey {
  color: #888;
}
.lc-text .color-light-grey {
  color: #ccc;
}
.lc-text .color-white {
  color: #fff;
}
.lc-text .color-black {
  color: #000;
}
