/* Normalize behavior across browsers - self-hosted in case we need to do any offline apps.  */
@import './normalize.scss';
@import './variables.scss';

*,
*:before,
*:after {
  box-sizing: border-box;
}

/* Text */

.paragraph {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 16px;
  line-height: 28px;
  font-style: normal;
  font-family: $font-02;
  color: $font-color-primary;
}
