body
  font-weight: 300
  background: $white
  color: $textGray
  -webkit-font-smoothing: antialiased !important;

.sansserif
  font-family: $sansserif

.sizeLabel
  font-size: 12px

.sizeText
  font-size: 16px

.textLabelGray
  color: $textGray

.textMiddleGray
  color: $borderGray

input
  &::-webkit-input-placeholder
    color: $borderGray
    font-weight: 300

  &:-moz-placeholder /* Firefox 18- */
    color: $borderGray
    font-weight: 300

  &::-moz-placeholder /* Firefox 19+ */
    color: $borderGray
    font-weight: 300

  &:-ms-input-placeholder
    color: $borderGray
    font-weight: 300

a
  color: inherit;

a.external
  padding-right: 1em

  &:after
    position: absolute;
    content: $kaba-icon-externallink
    font-family: $iconfont
    margin-left: 4px
    margin-top: 0.2em
