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