/* ============================================================================
   @CORE -> BASE -> PARAGRAPHS
   ========================================================================= */


/**
 * Settings.
 */

$apply-paragraph-bottom-margin: true !default;


@if $apply-paragraph-bottom-margin {
  p {
    @extend %bottom-spacing;
  }
}