/* Design tokens – Costa del Sol Home */

:root {
	--background: #f7f3ed;
	--foreground: #17383f;
	--card: #fbf7f1;
	--card-foreground: #17383f;
	--primary: #862725;
	--primary-foreground: #f7f3ed;
	--bordeaux-hover: #6e1f1e;
	--muted-foreground: rgba(23, 56, 63, 0.6);
	--muted: rgba(23, 56, 63, 0.08);
	--border: rgba(23, 56, 63, 0.15);
	--secondary: #1a3d48;
}
