diff --git a/packages/core/src/components/Cards/DestinationListingCard/DestinationListingCard.css b/packages/core/src/components/Cards/DestinationListingCard/DestinationListingCard.css index 65d0ea735..86d49151d 100644 --- a/packages/core/src/components/Cards/DestinationListingCard/DestinationListingCard.css +++ b/packages/core/src/components/Cards/DestinationListingCard/DestinationListingCard.css @@ -169,7 +169,7 @@ } .price { - composes: fontRegular from '../../../globals/typography.css'; + composes: fontSmallI from '../../../globals/typography.css'; font-weight: var(--fontweight-demi); color: var(--color-greyDarker); }