How can I change text to caps on the cart page of Dawn theme?

Hello,

I am using Dawn theme.

How can I change the following text on the Cart page to be in caps:

‘Your cart is empty’ or ‘Your cart’

Product name

Subtotal

Check out

Size: Large (or Extra Large)

Thank you,

Thank you,

@AZ2024 ,

Please add this CSS in base.css.

.cart__empty-text , .title-wrapper-with-link .title{
    text-transform: uppercase;
}

Thanks,

Ritu