//
// Copyright IBM Corp. 2020, 2022
//
// This source code is licensed under the Apache-2.0 license found in the
// LICENSE file in the root directory of this source tree.
//

// ExpressiveCard uses the following IBM Products components:
// Card
@use '../Card/card' as *;
@use '../../global/styles/project-settings' as c4p-settings;
@use '@carbon/styles/scss/type';

$block-class: #{c4p-settings.$pkg-prefix}--card;

.#{$block-class}__title {
  @include type.type-style('heading-03');
}
