$grid-column-header-font-family: dynamic($font-family);
$grid-column-header-font-size: dynamic($font-size);
$grid-column-header-font-weight: dynamic($font-weight);
$grid-column-header-line-height: dynamic(round($grid-column-header-font-size * 1.15));
$grid-column-header-font: dynamic($grid-column-header-font-weight #{$grid-column-header-font-size}/#{$grid-column-header-line-height} $grid-column-header-font-family);
$grid-column-text-overflow: dynamic(ellipsis);
$grid-column-header-color: dynamic(#000);
$grid-column-header-border-width: dynamic(1px);
$grid-column-header-border-style: dynamic(solid);
$grid-column-header-focus-color: dynamic($grid-column-header-color);
$grid-column-header-focus-background-color: dynamic('none');
$grid-column-header-focus-border-width: dynamic(1px);
$grid-column-header-focus-border-style: dynamic(solid);
$grid-column-header-focus-border-inset: dynamic(0px);
$grid-column-header-focus-border-color: dynamic(#333);
$grid-header-height: $grid-column-header-line-height + vertical($grid-header-padding);