@mixin header-font {

font-family: $header-font, sans-serif;
font-weight: normal;

}

@mixin text-font {

font-family: $text-font, serif;

}

%vertical-rhythm {

margin-bottom: $spacing-unit / 2;

}