@use './variable' as v;
@use '../abstract';

@each $name, $weight in v.$font-info {
  @include abstract.font-face(
    $name: v.$font-face,
    $font-path: 'https://rlyiz0wtg.toastcdn.net/CommerceSans-#{$name}',
    $weight: $weight,
    $exts: (
      woff,
      woff2
    )
  );
}
