$theme: 'theme';
$font: sans-serif;
a {
  font: var(--#{$theme}-font, $font);
}
