/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.lead-paragraph {
  font-size: 125%;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1.2rem; }
  @media screen and (min-width: 800px) {
    .lead-paragraph {
      margin-bottom: 2.4rem; } }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
