/**
 * Always declare margins in the same direction:
 * csswizardry.com/2012/06/single-direction-margin-declarations
 */

address,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre
dl, ol, ul,
figure,
hr,
table,
fieldset {
  margin-bottom: dp-spacing();
}


/**
 * Consistent indentation for lists.
 */

dd, ol, ul {
  margin-left: dp-spacing();
}

/**
 * Default fill for SVG.
 */

svg {
  fill: currentColor;
}
