h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--gray-800);
    font-weight: normal;

    .small,
    small {
        color: #777;
        font-weight: 400;
    }
}

h2 {
    margin-bottom: 10px;
}

h3,
h4 {
    font-weight: 500;
}
