/* InPho Color Variables - Centralized Color Definitions */
/* All colors used across the portal application */

:root {
  /* Primary Brand Colors */
  --inpho-green: #008a5e;
  --inpho-green-hover: #00573b;
  
  /* Supporting Brand Colors */
  --inpho-teal: #415968;
  --inpho-lightblue: #abbeca;
  --inpho-gold: #bca065;
  --inpho-light-shade: #e4eaed;
  
  /* Neutral Colors */
  --white: #ffffff;
  --inpho-darker-grey: #333333;
  --inpho-dark-grey: #464646;
  --inpho-medium-grey: #606060;
  --inpho-light-grey: #a0a0a0;
}
