/* ==========================================================================
   Typography tokens — Geist (structure: nav/body/headings/buttons) +
   Playfair Display italic (one emotional accent per view only — pull-quotes,
   the hero's accent word, a featured-post deck line. Never body text, never
   every heading — see readme.md CONTENT FUNDAMENTALS).
   ========================================================================== */

:root {
	--aies-font-sans: "Geist", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
	--aies-font-display: "Playfair Display", Georgia, serif;

	/* Type scale — verbatim from aiesphere-main/style.css */
	--aies-text-eyebrow: 0.8125rem;   /* 13px — nav links, section eyebrows, badges */
	--aies-text-display: clamp(2.25rem, 4vw, 3.5rem); /* hero H1 only */
	--aies-text-h1: 2.5rem;
	--aies-text-h2: 2rem;
	--aies-text-h3: 1.5rem;
	--aies-text-h4: 1.25rem;
	--aies-text-h5: 1.125rem;
	--aies-text-h6: 1rem;
	--aies-text-body-lg: 1.125rem;
	--aies-text-body: 1rem;
	--aies-text-caption: 0.875rem;

	/* Weights + tracking used across both themes */
	--aies-weight-regular: 400;
	--aies-weight-medium: 500;
	--aies-weight-semibold: 600;
	--aies-weight-bold: 700;
	--aies-tracking-tight: -0.02em;   /* headings */
	--aies-tracking-wide: 0.08em;     /* uppercase eyebrows/nav */
}
