File includes mixin which help with styling form elements
Mixin which helps with styling placeholder in inputs
Changed placeholder's font style on base one and it's color on $color-primary-light
@include placeholder {
@include font(base, $color-primary-light);
}