/*
Theme Name: Hello Elementor Child — Parent Perspective
Template: hello-elementor
Version: 1.0.0
Description: Parent Perspective brand layer: colour tokens, serif fallbacks and site-wide defaults.
*/

:root {
	--pp-teal: #367887;
	--pp-blue: #EAF3F5;
	--pp-mist: #F4F8FA;
	--pp-peach: #FCEDE6;
	--pp-salmon: #EEA381;
	--pp-ink: #3E3E3E;
	--pp-serif: "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
}

/* Brand text-selection colour (replaces the browser default pink/blue) */
::selection {
	background: var(--pp-blue);
	color: var(--pp-ink);
}

/* Serif fallback so body copy never drops to a sans-serif default */
body {
	font-family: var(--pp-serif);
	color: var(--pp-ink);
}

a {
	color: var(--pp-teal);
}
