/**
 * Amazonia Rainforest Tours - Brand Theme CSS Variables
 * Generated from config/brands/amazonia.json
 * These override Tailwind's base theme variables
 */
:root {
	/* Primary colors - override Tailwind's --primary */
	--primary: oklch(45% 0.15 145);
	--primary-foreground: oklch(98% 0 0);

	/* Secondary colors */
	--secondary: oklch(90% 0.05 145);
	--secondary-foreground: oklch(25% 0.05 145);

	/* Accent colors */
	--accent: oklch(75% 0.18 85);
	--accent-foreground: oklch(20% 0.02 85);

	/* Brand-specific vars for direct access */
	--brand-hero-overlay: rgba(0, 50, 20, 0.5);

	/* UI customization */
	--radius: 0.75rem;
	--font-family: system-ui, sans-serif;
}
