/*=====================================================================
  REIP — official brand skin (from logo)
  primary  = REIP blue  #0f76bd  (the REIP wordmark; dominant UI color)
  secondry = REIP green #44bb66  (accent / environment)
  Drives the whole site via CSS variables.
=====================================================================*/
:root {
	--color-primary: #0f76bd;        /* REIP blue */
	--color-secondry: #44bb66;       /* REIP green */
	--color-hover: #0c5f97;          /* darker blue (hover) */
	--rgba-primary-1: rgba(15,118,189,0.1);
	--rgba-primary-2: rgba(15,118,189,0.2);
	--rgba-primary-3: rgba(15,118,189,0.3);
	--rgba-primary-4: rgba(15,118,189,0.4);
	--rgba-primary-5: rgba(15,118,189,0.5);
	--rgba-primary-6: rgba(15,118,189,0.6);
	--rgba-primary-7: rgba(15,118,189,0.7);
	--rgba-primary-8: rgba(15,118,189,0.8);
	--rgba-primary-9: rgba(15,118,189,0.9);
	--text-sec: #2d3239;
}
