/* Tepoz type system — deliberately small so every public surface can share it. */
:root {
	--tc-display: "Tai Heritage Pro", Georgia, "Times New Roman", serif;
	--tc-body: "Open Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body {
	font-family: var(--tc-body);
	font-synthesis: none;
}

body :where(button, input, select, textarea) {
	font-family: inherit;
}

body :where(h1, h2, h3, h4, h5, h6, .elementor-heading-title) {
	font-family: var(--tc-display);
	font-weight: 400;
	letter-spacing: -.025em;
	text-wrap: balance;
}

body :where(p, li, dd) {
	overflow-wrap: break-word;
}

@media (max-width: 760px) {
	body :where(h1, h2, h3, h4, h5, h6, .elementor-heading-title) {
		letter-spacing: -.018em;
	}
}
