.Body {
  font-family: $family-primary;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: $text;

  &._lg {
    font-size: 18px;
  }

  &._sm {
    font-size: 14px;
  }

  iframe {
    display: block;
    width: 100%;
    height: 390px;
  }

  a {
    color: #393bb8;
  }

  p,
  div,
  img,
  ol,
  ul {
    margin-bottom: 15px;
  }

  > p:last-child,
  > div:last-child,
  > img:last-child,
  > ol:last-child,
  > ul:last-child {
    margin-bottom: 0;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 600;
    margin: 0 0 24px;
  }

  .aligncenter {
    display: block;
    margin: 15px auto;
  }

  .alignright {
    float: right;
  }

  .alignleft {
    float: left;
    margin-right: 20px;
  }

  ul {
    list-style: inherit;
    margin-left: 15px;
  }

  ol {
    list-style: decimal;
    margin-left: 15px;
  }

  @media (max-width: $lg) {
    font-size: 14px;

    &._lg {
      font-size: 16px;
    }

    &._sm {
      font-size: 14px;
    }
  }
}

._dark-mode {
  ._text-body {
    color: #dbd9ff;
  }
}
