/**
 * Gravity Forms — IPP brand tokens only.
 * All other GF styling lives in style.css (tailwind build) or GF's theme editor.
 */

/* Brand colour tokens — feeds GF's own theming system */
.gform_wrapper.gform-theme--orbital {
	--gf-color-primary: #c9002c;
	--gf-color-primary-rgb: 201, 0, 44;
	--gf-color-primary-darker: #a60024;
	--gf-color-primary-contrast: #ffffff;
	--gf-ctrl-btn-bg-color-primary: #c9002c;
	--gf-ctrl-btn-bg-color-hover-primary: #a60024;
	font-family: inherit;
}
