/* =========================================================================
   AUSTURSTRÆTI — DESIGN TOKENS
   --------------------------------------------------------------------
   The Bergmál palette + typography pair. Loaded site-wide so any other
   page (Elementor templates, WP Travel Engine pages, etc.) can pull
   these vars and stay on-brand.

   Build spec reference: section D — Icelandic design direction.
   ========================================================================= */

:root {
	/* --- Colour palette --- */
	--lon-blue:        #2E4A5C;  /* primary, glacial slate */
	--rhyolite-blue:   #4F7186;  /* secondary, mid-tone */
	--parchment:       #F4EDE1;  /* dominant background, aged stamp paper */
	--parchment-tint:  #E7D9C0;  /* warm card surfaces */
	--basalt-ink:      #1C1E22;  /* body text, cool near-black */
	--oxide-rust:      #B5432A;  /* stamp accent, postmark red */
	--moss:            #6B7A4C;  /* nature accent, lichen */
	--brass:           #B08A4A;  /* premium accent, muted gold */
	--stone:           #8A8174;  /* metadata, captions */

	/* --- Typography stack --- */
	--font-display: 'Playfair Display', Georgia, serif;
	--font-sc:      'Playfair Display SC', Georgia, serif;
	--font-body:    'Inter', -apple-system, system-ui, sans-serif;

	/* --- Layout primitives --- */
	--stamp-perf:     8px;
	--grain-opacity:  0.04;
	--radius-card:    6px;
}

/* Body baseline — applies to every page on the site,
   not just the trail page */
body {
	font-family: var(--font-body);
	color: var(--basalt-ink);
	background: var(--parchment);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
