/**
 * EVA STS Google Fonts Fallback
 *
 * Purpose:
 * Test whether /sts/ can visually replace Concert One with system fonts
 * before a later batch dequeues the Google Fonts stylesheet.
 *
 * Scope:
 * - /sts/ only, via body.page-id-8483
 * - CSS-only
 * - Google Fonts remains loaded in this batch
 */

body.page-id-8483 .gf,
body.page-id-8483 .nav li a .gf,
body.page-id-8483 .menu-sp li a .gf,
body.page-id-8483 .archivettl h1.ttl-category::before,
body.page-id-8483 .archivettl h1.ttl-tags::before,
body.page-id-8483 .archivettl h1 span {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
	font-weight: 600;
	letter-spacing: 0.02em;
}

/* Header search/menu text */
body.page-id-8483 .nav_btn .text.gf {
	font-weight: 700;
	letter-spacing: 0.03em;
}

/* Remodal CLOSE text */
body.page-id-8483 .remodal-close .text.gf {
	font-weight: 700;
	letter-spacing: 0.04em;
}

/* Dates or small GF labels if they appear on STS in the future */
body.page-id-8483 time.date.gf,
body.page-id-8483 .date.gf {
	font-weight: 600;
	letter-spacing: 0.02em;
}
