How to change font weight in header menu (DAWN)

Hello @NOT1

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file base.css, theme.css, styles.css, custom.css or theme.scss.liquid
Step 3: Insert the below code at the bottom of the file → Save

.list-menu .list-menu__item {
    font-weight: 600;
}

Best Regards,
Dws_pvt_ltd