.hamlet-content-post h2 {
    font-size: var(--postH2Size);
}
.hamlet-content-post h2 {
    color: #000;
    font-weight: 700;
    font-size: 22px;
    background-color: #f7f7f7;
    border-left: 3px solid #e95c33;
    margin: 40px 0 20px;
    padding: 15px 0 15px 15px;
}

body {
    font-size: 18px;
    color: #565656;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 1.2px;
}
