@use '../../../styles/tools/functions';
@use '../../../styles/settings/colours';

.ParagraphOuter {
    + .ParagraphOuter,
    + .Outer--Skip + .ParagraphOuter {
        margin-top: -1em;
    }

    &:first-child {
        .ParagraphInner {
            padding-top: 0;
        }
    }

    &:last-child {
        .ParagraphInner {
            padding-bottom: 0;
        }
    }
}

.ParagraphInner {
    padding-top: 1em;
    padding-bottom: 1em;
}
