body,
html {
  font-size: 16px;
}

body > * {
  font-size: 14px;
}

body {
    font-family: $font-1;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #334155;
    //background-color: #f8fafc;
}

.link {
    @include transition3;
    &:hover {
        color: $primary !important;
    }
}

.tf-btn {
  	border-radius: .5rem;
}