How Do I Bold and Make the Text Bigger in the Announcement Bar?

Thank you!

https://charmente.com/

Go to Themes> Customize> Click “Announcement Bar”> Custom CSS> Add This Code

.announcement-bar__message {
font-weight: bold;
font-size: 24px;
}

Example:

Change the amount of PX in the code above to adjust the text size. Hope that helps!
@biznazz101