How I can set lowercase on whole of my store

I’m using Streamline theme and i have installed a custom font in it. Everything is working fine. All i want is to set my whole website content in lowercases. e.g headings, sub headings, body, menus, footer, products, carts, everything in lowercase EXCEPT buttons. Can anyone guide me how i can set the content in lowercase.

My store url is: https://www.dirtylittlebaby.com/

Password is: ciagar

Hi @syedaliiraza ,

Go to Assets > theme.css and paste this at the bottom of the file:

h1, .h1, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .section-header__title, .spr-header-title.spr-header-title {
    text-transform: none !important;
}

Hope it helps!