/* 1) Actually load heavier Nunito Sans weights */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800&display=swap');

/* 2) Make body text not ultra-thin (Lux sets 200) */
body { font-weight: 400; }

/* 3) Ensure bold is truly bold */
b, strong { font-weight: 700; }