/* Gutenberg → Jesper blog-post uyumu */
.wp-tt-content .wp-block-image img,
.wp-tt-content img {
	max-width: 100%;
	height: auto;
	display: block;
}

.wp-tt-content .wp-block-image,
.wp-tt-content figure {
	margin: 30px 0;
}

.wp-tt-content .wp-block-quote,
.wp-tt-content blockquote {
	margin: 40px 0;
}

.wp-tt-content .wp-block-quote cite {
	display: block;
	margin-top: 12px;
	opacity: .8;
}

.wp-tt-content .wp-block-separator {
	margin: 40px 0;
	opacity: .25;
}

.wp-tt-content .wp-block-heading,
.wp-tt-content h1,
.wp-tt-content h2,
.wp-tt-content h3,
.wp-tt-content h4 {
	margin-top: 35px;
}

.wp-tt-content ul,
.wp-tt-content ol {
	margin: 20px 0 20px 22px;
}

.wp-tt-content table {
	width: 100%;
	border-collapse: collapse;
}

.wp-tt-content table td,
.wp-tt-content table th {
	padding: 12px 10px;
	border-bottom: 1px solid rgba(255,255,255,.12);
}




/* Blog post WhatsApp CTA */
.tt-blog-post-cta {
	margin-top: 80px;
	padding: 40px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 12px;
	text-align: center;
}

.tt-blog-post-cta h4 {
	margin-bottom: 12px;
}

.tt-blog-post-cta p {
	max-width: 520px;
	margin: 0 auto 20px;
	opacity: .85;
}



/* Typography: Inter (body) + DM Sans (headings/CTA) */
:root{
	--font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	--font-heading: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

body{
	font-family: var(--font-body);
	font-weight: 400;
	letter-spacing: 0.1px;
}

/* Başlıklar */
h1, h2, h3, h4, h5, h6,
.ph-caption-title,
.tt-psi-caption-title,
.tt-section-title,
.tt-blog-post .tt-blog-post-title,
.tt-bpc-heading,
.tt-post-comment-form-heading{
	font-family: var(--font-heading);
	letter-spacing: 0.2px;
}

/* Okunurluk: paragraf + içerik */
p, .wp-tt-content, .tt-blog-post-content{
	line-height: 1.75;
}

/* Menü ve butonlarda da daha “insani” dursun */
.tt-main-menu,
.tt-btn,
.tt-link{
	font-family: var(--font-heading);
}

