/**
 * --------------------------------------------------------------------------------------------
 * FONT
 *
 * Apply font-size, line-height, and letter-spacing in one go.
 *
 * @usage
 *    @include font($font-size $line-height $letter-spacing);
 *    // All arguments are optional
 * --------------------------------------------------------------------------------------------
 */

.footer-string__text p {
  font-size: .75rem;
  line-height: 1.2rem;
  color: #8e8e8e;
}

/*# sourceMappingURL=footer-string.css.map */
