/* =========================================================================
   SERAPHELLÈ — Shared design tokens
   Loaded as a dependency of both the cart and wishlist stylesheets so the two
   can't drift apart. Change a value here and both pages follow.
   ========================================================================= */

:root {
	--srph-bg:            #faf6f3;
	--srph-surface:       #ffffff;
	--srph-surface-warm:  #f6ede6;
	--srph-ink:           #221d1a;
	--srph-ink-soft:      #6f635c;
	--srph-ink-faint:     #a4948b;
	--srph-line:          #ece0d8;
	--srph-accent:        #c9a227;
	--srph-tan:           #f0d3a8;
	--srph-black:         #100d0c;
	--srph-green:         #3f8f5f;
	--srph-red:           #b4483c;

	--srph-radius:        14px;
	--srph-radius-lg:     20px;
	--srph-shadow:        0 1px 2px rgba(34, 29, 26, .04), 0 12px 32px rgba(34, 29, 26, .05);

	--srph-display:       "Cormorant Garamond", "Playfair Display", Georgia, serif;
	--srph-body:          "Jost", "Futura", "Helvetica Neue", Arial, sans-serif;
}
