:root {
	--gve-color-bg: #070707;
	--gve-color-surface: #111111;
	--gve-color-surface-2: #1a1a1a;
	--gve-color-text: #f4efe6;
	--gve-color-muted: #c9c3b7;
	--gve-color-soft: #8f8778;
	--gve-color-gold: #c7a24a;
	--gve-color-gold-bright: #e1c36a;
	--gve-color-border: rgba(199, 162, 74, 0.18);
	--gve-color-border-strong: rgba(199, 162, 74, 0.34);
	--gve-color-shadow: rgba(0, 0, 0, 0.42);
	--gve-color-overlay: rgba(7, 7, 7, 0.72);
	--gve-font-display: "Cormorant Garamond", "Iowan Old Style", Garamond, "Times New Roman", serif;
	--gve-font-body: "Avenir Next", "Helvetica Neue", Helvetica, sans-serif;
	--gve-content-width: min(1180px, calc(100vw - 2rem));
	--gve-content-width-wide: min(1360px, calc(100vw - 2rem));
	--gve-radius-sm: 12px;
	--gve-radius-md: 20px;
	--gve-radius-lg: 28px;
	--gve-radius-pill: 999px;
	--gve-shadow-soft: 0 18px 54px var(--gve-color-shadow);
	--gve-shadow-strong: 0 24px 72px rgba(0, 0, 0, 0.55);
	--gve-space-2xs: 0.25rem;
	--gve-space-xs: 0.5rem;
	--gve-space-sm: 0.75rem;
	--gve-space-md: 1rem;
	--gve-space-lg: 1.5rem;
	--gve-space-xl: 2rem;
	--gve-space-2xl: 3rem;
	--gve-space-3xl: 4rem;
	--gve-space-4xl: 6rem;
	--gve-line-body: 1.7;
	--gve-line-tight: 1.05;
	--gve-transition: 180ms ease;
}
