/* Defaults */
blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre {
  margin: 0;
}

/* Headers */
.ts-display-1 {
  font-size: 60px;
  font-weight: 400;
  line-height: 66px;
}
.ts-display-2 {
  font-size: 40px;
  line-height: 55px;
  font-weight: 400;
}
.ts-display-4 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}
.ts-subtitle-1 {
  font-size: 36px;
  line-height: 45px;
  font-weight: 300;
}
.ts-subtitle-2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}
.ts-subtitle-3 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}

.ts-label {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .1em;
}

@media screen and (min-width: 40em) {
  .ts-display-1-m {
    font-size: 52px;
    font-weight: 400;
    line-height: 52px;
  }
}

/* Weights */
.fw-400 {
  font-weight: 400;
}
.fw-300 {
  font-weight: 300;
}
.fw-200 {
  font-weight: 200;
}

/* Links */
a {
  color: #3C3EFF;
  text-decoration: underline;
  transition: color 200ms ease-in;
}

.ls1 {
  color: #3C3EFF;
  text-decoration: underline;
  transition: color 200ms ease-in;
  cursor: pointer;
}

.ls2 {
  color: #3C3EFF;
  text-decoration: none;
  transition: color 200ms ease-in;
  cursor: pointer;
}

/* Utilities */
.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

@media (min-width: 30em) {
  .tl-ns {
    text-align: left;
  }
}
