How can i make my navigation links Bold without affecting the body text?

How can i make my navigation links Bold without affecting the body text?

Store is - https://admin.shopify.com/store/dorothy-urban/themes/184248435061/editor

Using the Stilleto theme.

Any help would be much appreciated.

Hey @DUrban

Your store is password protected, can you share the password as well?

Best,
Moeed

You can try to add this code to Custom CSS in Theme settings and check if it solves

.header__links.header__links-primary>ul>li>[data-link] { font-weight: 700; }