.article {
    h2 {
        @extend .fz-26px;
        @extend .fw-600;
    }

    h3 {
        @extend .fz-22px;
        @extend .fw-600;
    }

    h2, h3 {
        line-height: 1.2;
        margin-top: 3rem;
        margin-bottom: 1rem;
    }

    p {
        margin-bottom: 1rem;
    }
}
