body {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: 500;
    }

    h1 {
        font-size: 40px;
    }

    h1, main h1 {
        font-size: 40px;
    }

    p {
        line-height: 1.5em;
        font-size: 18px;
        // max-width: 590px;
        // margin-left: auto;
        // margin-right: auto;
    }
}

.entry-title {
    font-family: $headline-font-family;
    font-weight: $headline-font-weight;
}

.tribe-checkout-backlinks {
    display: none;
}