:root {
  /**
   * Colors
   */

   /* Primary colors */

  /* Notification colors */

  /**
   * Style
   */

  /**
  * Typography
  */ /* 12px */ /* 14px */ /* 16px */ /* 20px */ /* 24px */

  /**
   * Spacing
   */ /* 4px */   /* 8px */    /* 16px */ /* 28px */   /* 32px */


  /**
   * Accessibility
   */
}

.pl-textContainer > * + * {
  margin-top: 16px;
  margin-top: 1rem;
}

.pl-textContainer.pl-textContainer--loose > * + * {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.pl-textContainer.pl-textContainer--tight > * + * {
  margin-top: 8px;
  margin-top: .5rem;
}
