@use "default" with (
  $inter-font-display: swap,
  $inter-font-path: 'web'
);
@use "variable" with (
  $inter-font-display: swap,
  $inter-font-path: 'variable'
);

@include default.all;
@include variable.all;