body {
   color: #2e2f3f;
}

.blog-post-content p, .blog-post-content ul li, .blog-post-content ul, .blog-post-content ol {
    font-size: 19px;
    line-height: 1.75em;
    color: #2e2f3f;
    margin-top: 0px;
}

.blog-post-content h1 {
  font-size:3.375em;
  line-height: 1.1em;
}

.blog-post-content h2 {
  font-size:2.25em;
}

.blog-post-content h3 {
  font-size: 1.625em;
}

.blog-post-content h4 {
  font-size: 1.25em;
}

.blog-post-content h5 {
  font-size: 1.125em;
}


.blog-post-content h6 {
  font-size: 1.06em;
}


.blog-post-content h1,.blog-post-content h2,.blog-post-content h3,.blog-post-content h4,.blog-post-content h5,.blog-post-content h6 {
    -webkit-font-feature-settings: 'kern' 1,'liga' 1,'lnum' 1;
    -moz-font-feature-settings: 'kern' 1,'liga' 1,'lnum' 1;
    -ms-font-feature-settings: 'kern' 1,'liga' 1,'lnum' 1;
    -o-font-feature-settings: 'kern' 1,'liga' 1,'lnum' 1;
    font-feature-settings: 'kern' 1,'liga' 1,'lnum' 1
}


/* Squares layout page */

.v2-blog-post-title {

    margin: 20px 0px;
    color: #373737;
    font-size: 28px;
    line-height: 1.25em;
    letter-spacing: -.6px;
    font-weight: 600;
}

.v2-paragraph {
    font-size: 18px;
    line-height: 1.75em;
    font-weight: 400;
    letter-spacing: 0;
    color: #171717;
    margin-bottom: 16px;
}


/* subscription bar */
.v2-h4 {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0;
}
.sticky-container {
  z-index: 1000;
}
