/**
 Core P1vital Style Sheet.
*/

:root {
  --brand-green: #087143;
  --brand-yellow: #FCAB10;

  --background-grey: #f7f8f9;
  --text-dark: #2c2c2c;
  --text-light: #ffffff;
  --bg-color-light: #f5f5f5;
  --box-shadow: 0 2px 8px rgba(252, 171, 16, 0.2);

  --primary-grey: #B8C2CC;

  --highlight-yellow-bg: #fff9c4;
}
