/*  DEFAULTS: SPACING
//////////////////////////////////////////////////////////////////////////////*/

@layer defaults {
    .article__body :where(p, ul, ol, dl, blockquote, figure, h1, h2, h3, h4, h5, h6) {
        smargin-bottom: var(--spacing-m);
    }
}
