/* The Wrapper */
.blog-entry-content {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
}

/* Scoped Typography - These won't affect your navigation or footer */
.blog-entry-content h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-top: 24px;
}

.blog-entry-content p {
    margin-bottom: 1.5rem;
}

.blog-entry-content a {
    color: #42B1DF;
    text-decoration: none;
}

.blog-entry-content a:hover {
    text-decoration: underline;
}

/* Scoped Lists - This fixes the 'no bullets' or 'messy alignment' issue */
.blog-entry-content ul {
    display: block;
    list-style-type: disc;
    margin: 1em 0;
    padding-left: 40px;
}

.blog-entry-content li {
    margin-bottom: 10px;
}