/*
Theme Name: Blocksy Child — The Floppy Trail
Theme URI: https://thefloppytrail.com
Description: Child-Theme für thefloppytrail.com. Liefert die Design-Tokens sowie CSS/JS für die pipeline-generierten Etappen-Posts (Player, Fullscreen-Viewer, Routenübersicht).
Author: The Floppy Trail
Template: blocksy
Version: 0.1.0
Text Domain: blocksy-child
*/

/* Die eigentlichen Styles liegen in assets/floppytrail.css — diese Datei traegt
   nur den Theme-Header und die Design-Tokens, damit sie auch dann greifen, wenn
   ein Caching-Plugin das Asset-Bundle anders ausliefert. */

:root {
	/* Farben */
	--ft-paper: #f7f4ee;
	--ft-ink: #2a241d;
	--ft-ink-70: rgba(42, 36, 29, .7);
	--ft-ink-60: rgba(42, 36, 29, .6);
	--ft-ink-55: rgba(42, 36, 29, .55);
	--ft-ink-45: rgba(42, 36, 29, .45);
	--ft-ink-40: rgba(42, 36, 29, .4);
	--ft-ink-12: rgba(42, 36, 29, .12);
	--ft-ink-10: rgba(42, 36, 29, .1);
	--ft-ink-08: rgba(42, 36, 29, .08);
	--ft-lila: #9400D3;
	--ft-lila-dark: #6a1a9c;
	--ft-lila-35: rgba(148, 0, 211, .35);
	--ft-pin-start: #2e9e4a;
	--ft-pin-end: #d1352b;

	/* Platzhalter-Flaechen, solange echte Assets fehlen */
	--ft-placeholder: repeating-linear-gradient(135deg, #f0ede4, #f0ede4 10px, #e6e1d4 10px, #e6e1d4 20px);
	--ft-ai-stripe: repeating-linear-gradient(45deg, #f1e3fa, #f1e3fa 8px, #e4c9f4 8px, #e4c9f4 16px);

	/* Typografie */
	--ft-serif: 'Piazzolla', Georgia, 'Times New Roman', serif;
	--ft-sans: 'Work Sans', system-ui, -apple-system, sans-serif;
	--ft-mono: 'Space Mono', ui-monospace, SFMono-Regular, monospace;

	/* Mase */
	--ft-max: 1200px;
	--ft-pad-x: 72px;
	--ft-pad-y: 56px;
	--ft-col-gap: 48px;
	--ft-sticky-top: 24px;
}
