// ============================================================================
// :: Link
// ============================================================================
/**
 * Inline text link for use within paragraphs, alerts, feedback messages and
 * other running copy.
 */

// ============================================================================
// :: Root
// ============================================================================
.a-link {
  color: $primary-color-base;
  font-weight: $font-weight-bold;
  text-decoration: underline;
}

// ============================================================================
// :: Modifiers
// ============================================================================
.a-link--inverted {
  color: $text-color-white;
}
