:root {
	/* Avada custom colors 20-40 are provisioned by the migration command. */
	--base-colour-black: var(--awb-custom_color_20, rgb(0, 0, 0));
	--base-colour-white: var(--awb-custom_color_21, rgb(255, 255, 255));
	--neutral-gray-50: var(--awb-custom_color_22, rgb(249, 250, 251));
	--neutral-gray-100: var(--awb-custom_color_23, rgb(243, 244, 246));
	--neutral-gray-200: var(--awb-custom_color_24, rgb(229, 231, 235));
	--neutral-gray-300: var(--awb-custom_color_25, rgb(210, 213, 218));
	--neutral-gray-400: var(--awb-custom_color_26, rgb(156, 163, 175));
	--neutral-gray-500: var(--awb-custom_color_27, rgb(109, 114, 128));
	--neutral-gray-600: var(--awb-custom_color_28, rgb(75, 85, 99));
	--neutral-gray-700: var(--awb-custom_color_29, rgb(55, 65, 81));
	--neutral-gray-800: var(--awb-custom_color_30, rgb(31, 41, 55));
	--neutral-gray-900: var(--awb-custom_color_31, rgb(17, 24, 39));
	--primary-50: var(--awb-custom_color_32, rgb(246, 249, 250));
	--primary-100: var(--awb-custom_color_33, rgb(223, 230, 235));
	--primary-200: var(--awb-custom_color_34, rgb(177, 198, 215));
	--primary-300: var(--awb-custom_color_35, rgb(156, 184, 205));
	--primary-400: var(--awb-custom_color_36, rgb(141, 172, 197));
	--primary-500: var(--awb-custom_color_37, rgb(116, 155, 184));
	--primary-600: var(--awb-custom_color_38, rgb(69, 121, 160));
	--primary-700: var(--awb-custom_color_39, rgb(31, 93, 141));
	--primary-800: var(--awb-custom_color_40, rgb(19, 58, 87));
	--primary-900: var(--awb-custom_color_41, rgb(9, 26, 39));
	--nrs-font-heading: var(--awb-typography1-font-family, "Inter", Arial, sans-serif);
	--nrs-font-body: var(--awb-typography4-font-family, "Inter", Arial, sans-serif);
	--nrs-header-height: 90px;
	--nrs-header-padding-x: 80px;
	--nrs-header-nav-bg: rgba(255, 255, 255, 0.04);
	--nrs-header-nav-border: rgba(230, 230, 231, 0.20);
	--nrs-header-link-bg: rgba(255, 255, 255, 0.10);
	--nrs-header-link-bg-muted: rgba(255, 255, 255, 0.06);
	--nrs-header-link-bg-active: rgba(255, 255, 255, 0.17);
	--nrs-header-link-color: rgb(251, 251, 251);
	--nrs-header-link-current-color: rgb(255, 255, 255);
	--nrs-header-dark: rgb(9, 26, 39);
}
