/*
 * Font overrides — Roboto global, Montserrat for header nav.
 * Loaded after app.css and main.css so these cascade correctly.
 */

/* Override Bootstrap's Nunito body-font variable */
:root {
	--bs-font-sans-serif: 'Roboto', sans-serif;
	--bs-body-font-family: 'Roboto', sans-serif;
}

/* Global body */
body {
	font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}

/* Header desktop navigation — Montserrat only */
.mainMenu ul li a,
.mainMenu ul li > a,
.mainMenu .dropdown > a {
	font-family: 'Montserrat', sans-serif;
}
