@mixin brand-variant(
$brand-bg,
$brand-color
) {
.brand-container {
background-color: $brand-bg;
color: $brand-color;
}