/* ==========================================================================
 * Links
 * ========================================================================== */

.mds-c-link {
  @mixin mds-m-link;

  &&--inline {
    font-weight: inherit;
  }

  &--no-underline {
    text-decoration: none;

    &:hover {
      text-decoration: underline;
    }
  }
}
