$lightFont: #8595A0;
$darkFont: #384049;

@mixin clearfix {
  &:after {
    content: "";
    display: table;
    clear: both;
  }
}