/**
 * Design tokens update colors, fonts, and spacing here.
 *
 * @package Particular_Painting
 */

:root {
	--color-primary: #1a3a5c;
	--color-primary-dark: #0f2540;
	--color-accent: #c9a227;
	--color-text: #2c2c2c;
	--color-text-muted: #6b6b6b;
	--color-bg: #faf9f7;
	--color-surface: #ffffff;
	--color-border: #e5e2dd;
	--font-sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	--font-heading: Georgia, "Times New Roman", serif;
	--max-width: 1200px;
	--spacing: 1.5rem;
	--radius: 6px;
}
