/* TIL-TYPOGRAPHY-SYSTEM-2026-08-10 START */
/*
 * Keep the serif display face as a brand accent, use Noto Sans Display for
 * editorial headings, and use Noto Sans for reading and interface copy.
 * Font sizes, weights, colours and spacing deliberately remain untouched.
 */
body{
	font-family:'Noto Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif !important;
}

button,
input,
select,
textarea,
.wp-block-button__link,
.main-navigation,
.citadela-menu-container,
.wp-block-navigation,
.til-hero .wp-block-button__link,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content,
.main-navigation.toggled li a,
.citadela-mobile-menu li a{
	font-family:'Noto Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .wp-block-heading,
body .til-page-subtitle,
body .til-quick-answer-text,
body .til-related-banner-title,
body .til-place-list__name,
body .til-tour-banner__title{
	font-family:'Noto Sans Display','Noto Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif !important;
}

/* The brand title remains the one intentional Display use. */
body .site-title,
body .site-title a,
body .site-branding .site-title,
body .site-branding .site-title a,
body .site-branding > a,
body .wp-block-site-title,
body .wp-block-site-title a,
body header .logo-title,
body header .logo-title a,
body.home .til-hero-h1,
body.home main h1:first-of-type{
	font-family:'Noto Serif Display',Georgia,serif !important;
}
/* TIL-TYPOGRAPHY-SYSTEM-2026-08-10 END */
