@mixin block ($background, $color) {
    @include typography(($grid * 2.6), regular);

    background-color: $background;
    color: $color;
}
