:root {
	--wp--preset--color--primary: #bc6f30;
	--wp--preset--color--primary-foreground: #ffffff;
	--border: var(--wp--preset--color--border, #e5e7eb);
	--input: var(--wp--preset--color--input, #e5e7eb);
	--ring: var(--wp--preset--color--primary, #bc6f30);
	--background: var(--wp--preset--color--background, #ffffff);
	--foreground: var(--wp--preset--color--foreground, #0f172a);
	--card: var(--wp--preset--color--card, #ffffff);
	--card-foreground: var(--wp--preset--color--card-foreground, #0f172a);
	--popover: var(--wp--preset--color--popover, #ffffff);
	--popover-foreground: var(--wp--preset--color--popover-foreground, #0f172a);
	--secondary: var(--wp--preset--color--secondary, #f1f5f9);
	--secondary-foreground: var(--wp--preset--color--secondary-foreground, #1e293b);
	--muted: var(--wp--preset--color--muted, #f1f5f9);
	--muted-foreground: var(--wp--preset--color--muted-foreground, #64748b);
	--accent: var(--wp--preset--color--accent, #f1f5f9);
	--accent-foreground: var(--wp--preset--color--accent-foreground, #1e293b);
	--destructive: var(--wp--preset--color--destructive, #ef4444);
	--destructive-foreground: var(--wp--preset--color--destructive-foreground, #ffffff);
	--radius: 0.5rem;
}
