How can I alter the thickness of my site's navigation font?

Hi!

My themes navigation font is thicker than the rest of the site even though I have it set to regular & the font isn’t a thick font “itC Berkeley” Is there a way to change the thickness of the font?
site preview:

https://6fg44xcpxi1ic6wm-8439839.shopifypreview.com

It’s because the font size in your site is set to 14.7 but for the mobile navigation is set to 18

1- Go to online store

2- Edit code

3- open theme.css file

4- add the following code at the bottom of the file.

.sliderow__title {font-size: 14px !important;}

Let me know if you need anything else