@use '@carbon/react' as * with (
  $font-path: '@ibm/plex'
);

@use '@carbon/react/scss/themes';
@use '@carbon/react/scss/theme';

[data-carbon-theme='g10'] {
  @include theme.theme(themes.$g10);
}

[data-carbon-theme='g100'] {
  @include theme.theme(themes.$g100);
}
