/*
Exhibit Central (rsgdx) plugin — root-variables.css
Same :root variables as the Exhibit RSGDX theme's style.css, so any CSS
ported from the theme's assets/css files works unmodified in this plugin.
*/

:root {
	/* --- Surfaces (derived from brand background #111111) --- */
	--exhibitrsgdx-color-bg:           #111111;
	--exhibitrsgdx-color-surface:      #1a1a1a;
	--exhibitrsgdx-color-surface-alt:  #202020;
	--exhibitrsgdx-color-surface-high: #2b2b2b;

	/* --- Borders --- */
	--exhibitrsgdx-color-border:       #2e2e2e;
	--exhibitrsgdx-color-border-light: #3d3d3d;

	/* --- Primary / brand accent (#f26419) --- */
	--exhibitrsgdx-color-primary:       #f26419;
	--exhibitrsgdx-color-primary-hover: #d9550f;
	--exhibitrsgdx-color-primary-light: #ff8a4c;
	--exhibitrsgdx-color-primary-faint: #2b1a10;

	/* --- Text --- */
	--exhibitrsgdx-color-text:         #f5f5f5;
	--exhibitrsgdx-color-text-muted:   #a8a8a8;
	--exhibitrsgdx-color-text-subtle:  #6e6e6e;

	/* --- Accent (same as primary for now — one brand color, not two) --- */
	--exhibitrsgdx-color-accent:       #f26419;
	--exhibitrsgdx-color-accent-hover: #d9550f;
	--exhibitrsgdx-color-accent-faint: #2b1a10;

	/* --- Status --- */
	--exhibitrsgdx-color-success: #2e9e4e;
	--exhibitrsgdx-color-warning: #d1a53d;
	--exhibitrsgdx-color-error:   #e5484d;

	/* --- Typography --- */
	--exhibitrsgdx-font-sans: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--exhibitrsgdx-text-xs:   0.75rem;
	--exhibitrsgdx-text-sm:   0.875rem;
	--exhibitrsgdx-text-base: 1rem;
	--exhibitrsgdx-text-md:   1.125rem;
	--exhibitrsgdx-text-lg:   1.25rem;
	--exhibitrsgdx-text-xl:   1.5rem;
	--exhibitrsgdx-text-2xl:  1.875rem;
	--exhibitrsgdx-text-3xl:  2.25rem;

	/* --- Spacing --- */
	--exhibitrsgdx-space-1: 4px;
	--exhibitrsgdx-space-2: 8px;
	--exhibitrsgdx-space-3: 12px;
	--exhibitrsgdx-space-4: 16px;
	--exhibitrsgdx-space-5: 24px;
	--exhibitrsgdx-space-6: 32px;

	/* --- Layout --- */
	--exhibitrsgdx-content-max-width: 1400px;

	/* --- Misc --- */
	--exhibitrsgdx-radius-sm:     0px;
	--exhibitrsgdx-radius-md:     0px;
	--exhibitrsgdx-radius-full:   999px;
	--exhibitrsgdx-radius-button: 3px;
	--exhibitrsgdx-transition:  0.15s ease;
}
