@use "../tools/spacing";

// Always declare margins in the same direction.
address,
blockquote,
p,
pre,
dl,
ol,
ul,
figure,
hr,
table,
fieldset {
    @include spacing.bottom();
}

h1,
h2,
h3,
h4,
h5,
h6 {
    @include spacing.bottom(headings);
}
