/*
Theme Name:   Twenty Twenty-Five Child
Theme URI:    https://example.com/
Description:  Child theme of Twenty Twenty-Five. Holds custom fonts, dark/brutalist palette, and the interactive book homepage.
Author:       Lauris
Template:     twentytwentyfive
Version:      0.2.0
Text Domain:  twentytwentyfive-child
*/

/* Global overrides live here. Most styling is driven by theme.json.
   Site-wide custom CSS that theme.json can't express goes below. */

/* --- Fraunces optical tuning: commanding, authoritarian, no whimsy --- */
h1, h2, h3, h4, h5, h6,
.wp-block-heading,
.wp-block-post-title,
.wp-block-site-title {
	font-optical-sizing: auto;
	/* High optical size = sharper, higher-contrast cuts; SOFT/WONK off = serious, not playful */
	font-variation-settings: "opsz" 144, "SOFT" 0, "WONK" 0;
}

/* Bigger headings lean even more authoritative */
h1, .wp-block-post-title, .wp-block-site-title {
	font-weight: 600;
}

/* Pull quotes / standfirsts: elegant Fraunces italic */
.wp-block-quote, .wp-block-pullquote blockquote {
	font-style: italic;
	font-variation-settings: "opsz" 72, "SOFT" 0, "WONK" 0;
}

/* Body in Archivo: tighten the gentlemanly grotesque a touch */
body {
	font-optical-sizing: auto;
	letter-spacing: 0.002em;
}
