/*  DEFAULTS: SPACING
//////////////////////////////////////////////////////////////////////////////*/

@layer defaults {
    p,
    ul,
    ol,
    dl,
    form {
        margin-bottom: var(--spacing-m);
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: var(--spacing-xs);
    }

    h2 {
    }

    h3 {
        margin-bottom: 0;
    }

    .ce_text > *:last-child {
        margin-bottom: 0;
    }
}

/* .area--main .mod_article.first .block:first-of-type h2 {
    margin-bottom: var(--spacing-m);
} */
