/* Official MIRESA identity: native Blocksy brand component and footer Didot treatment. */
@font-face {
	font-family: "GFS Didot";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("https://fonts.gstatic.com/s/gfsdidot/v18/Jqzh5TybZ9vZMWFssvwSEO3H.woff2") format("woff2");
}

html body #header.ct-header [data-id="logo"] a.site-logo-container::after {
	content: none !important;
}

html body #header.ct-header [data-id="logo"] .site-title,
html body #header.ct-header [data-id="logo"] .site-title a {
	font-family: "GFS Didot", serif !important;
	font-weight: 400 !important;
	font-size: clamp(31px, 3vw, 48px) !important;
	line-height: 1 !important;
	letter-spacing: .0194em !important;
	color: #007476 !important;
	white-space: nowrap !important;
}

html body.home.miresa-topbar-active:not(.miresa-scrolled) #header.ct-header [data-id="logo"] .site-title,
html body.home.miresa-topbar-active:not(.miresa-scrolled) #header.ct-header [data-id="logo"] .site-title a,
footer.ct-footer .miresa-footer-brand p:first-child a::before {
	font-family: "GFS Didot", serif !important;
	font-weight: 400 !important;
	letter-spacing: .0194em !important;
	color: #fff !important;
}

@media (max-width: 640px) {
	html body #header.ct-header [data-id="logo"] .site-title,
	html body #header.ct-header [data-id="logo"] .site-title a {
		font-size: 32px !important;
	}
}
