
/* === JOURNAL 3 FONT OVERRIDE (CSS VARIABLES) === */



:root {

  --font-body: 'Montserrat', -apple-system, BlinkMacSystemFont,

               'Segoe UI', Roboto, Arial, sans-serif;

  --font-headings: 'Montserrat', Arial, sans-serif;

  --font-title: 'Montserrat', Arial, sans-serif;

}



/* rinforzo per moduli titolo */

.title,

.title-wrapper,

.module-title,

.page-title,

h1, h2, h3, h4, h5, h6 {

  font-family: var(--font-headings) !important;

}

