* {
  box-sizing: border-box;
}

h1, h2, h3, h4 {
  margin-bottom: 1.2rem;
}
h5, h6 {
  margin-bottom: .6rem;
}
h1 {
  font-size: 6rem;
  line-height: 7.2rem;
}
h2 {
  font-size: 4.8rem;
  line-height: 6rem;
}
h3 {
  font-size: 3.6rem;
  line-height: 4.2rem;
}
h4 {
  font-size: 2.4rem;
  line-height: 3rem;
}
h5 {
  font-size: 2rem;
  line-height: 2.4rem;
}
h6 {
  font-size: 1.6rem;
  line-height: 1.8rem;
}

.clearfix:after {
  display: table;
  content: "";
  clear: both;
}

#embed__container {
  font-family: $sans;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  background-color: $black245;
  padding: 2.4rem;
  display: block;
  font-weight: 300;
  a {
    color: $dmnblue;
    text-decoration: underline;
    font-weight: 700;
  }
}

.embed__chatter {
  margin-bottom: 2.4rem;
  p {
    @include type(1.4rem, 1.8rem, 1.2rem);
    &:last-of-type {
      margin-bottom: 0;
    }
  }
  h4 {
    margin-top: 0;
  }
}

.embed__content {
  p {
    @include type(1.4rem, 1.8rem, 1.2rem);
    &:last-of-type {
      margin-bottom: 0;
    }
  }
  .source, .credit {
    @include type(1.2rem, 1.5rem, .6rem);
  }
  .credit {
    text-align: right;
  }
}
