/* Conversiones digitales aproximadas desde los valores CMYK del manual.
 * No son valores RGB/HEX oficiales. Sustituir si CIAGROPA entrega paleta digital. */
:root {
	--ciagropa-green: #319b42;
	--ciagropa-green-dark: #17652b;
	--ciagropa-olive: #67732b;
	--ciagropa-lime: #9ea933;
	--ciagropa-beige: #bfb78a;
	--ciagropa-brown: #472a1a;
	--ciagropa-black: #111411;
	--ciagropa-gray: #606760;
	--ciagropa-white: #fff;
	--ciagropa-light: #f5f6f1;
	--ciagropa-border: #dfe3da;
	--font-display: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
	--font-body: Inter, 'Segoe UI', Arial, sans-serif;
	--container: 82.5rem;
	--space-section: clamp(4.5rem, 8vw, 8.5rem);
	--radius: 0.25rem;
	--transition: 300ms cubic-bezier(0.2, 0.7, 0.2, 1);
}
