/*
Theme Name: NEWS Point 2025 Child
Template: twentytwentyfive
Version: 1.0
*/

/* Site-wide font assignment */
body {
  font-family: "DM Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Sofia Sans Condensed", sans-serif;
}

/* Restore bold formatting - body font-weight is 300 so strong/b need explicit override */
strong, b {
	    font-weight: 700;
}