/**
 * Site geneli tipografi — ürünler sayfasındaki ürün kartı stack'i (system-ui) tüm metinlere uygulanır.
 * Quarion @font-face geriye dönük uyumluluk için tutulur ama hiçbir kurala bağlanmaz.
 */
@font-face {
	font-family: 'Quarion';
	src: url('../fonts/quarion/quarion-semi-bold.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* Ürünler sayfasındaki kart başlığı/özellik metni ile birebir aynı stack */
html body,
html body input,
html body button,
html body select,
html body textarea {
	font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Newry’de Rubik/Merriweather verilen başlık ve menü öğeleri */
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6,
html body .sec-title h2,
html body .sec-title .subtitle,
html body .page-title h2,
html body .blog-categories,
html body .main-header .navigation > li > a,
html body .sticky-header .navigation > li > a {
	font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Anasayfa / proje galerisi başlık etiketi (ecocycle-front-home.css içindeki Rubik’i ezer) */
html body.ecocycle-newry-home .gallery-full-width .upper-box.ecocycle-gallery-upper .ecocycle-gallery-upper__label,
html body.ecocycle-proje-archive-body .ecocycle-proje-archive-gallery.gallery-full-width .upper-box.ecocycle-gallery-upper .ecocycle-gallery-upper__label {
	font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Blog tekil yazı gövdesi ve pull-quote (ecocycle-blog.css içindeki Georgia’yı ezer) */
html body.ecocycle-blog-single .ecocycle-blog-entry,
html body.ecocycle-blog-single .ecocycle-blog-entry blockquote,
html body.ecocycle-blog-single .ecocycle-blog-entry blockquote::before,
html body.ecocycle-blog-single .ecocycle-blog-entry blockquote cite,
html body.ecocycle-blog-single .ecocycle-blog-entry blockquote .ecocycle-blog-pullquote-author,
html body.ecocycle-blog-single .ecocycle-blog-single__meta-bar {
	font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Ürün kataloğu kapsayıcısı — kartlarla aynı stack’i kategori başlığı vb. dahil tüm alt elemanlara taşı */
html body.ecocycle-urun-single .ecocycle-catalog,
html body.post-type-archive-ecocycle_urun .ecocycle-catalog,
html body.tax-ecocycle_urun_kategori .ecocycle-catalog {
	font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
