@import "../css/colors"
@import "../css/vars"

:local
  .link
    color: $taibikaTextGray
    box-shadow: none
    border: none
    font-family: $sansserif
    text-decoration: underline
    font-size: 16px
    white-space: normal
    text-align: left
    text-transform: none
    padding: 0

  .external
    &:after
      font-size: 18px;
      font-family: 'doka_Iconfont'
      content: $doka-icon-externallink;
