/**
 * Ionis Text Link component styles.
 * Override styles in _typography.scss  
 */
 .ionis-text-link {
    font-size: 14px !important;
    font-weight: bold !important;
    color: var(--color-purple) !important;
    text-decoration: underline !important;
  }
