@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
body {
  font-family: '"Nunito Sans", sans-serif', sans-serif;
}
:root {
  --primary-color: #899639;
  --secondary-color: #cad435;
  --head-color: #393e24;
  --head-color-hover: #d7d2c5;
  --primary-text-color: #8d8c8a;
  --secondary-text-color: #ffffff;
  --btn-text-color: #393e24;
  --btn-secondary-color: #e87200;
  --btn-text-color-hover: #ffffff;
  --screens-conducted-color: #e8b0b0;
  --needs-identified-chart-color: #ec6a6a;
  --refferal-made-chart-color: #f42525;
  --refferal-pending-chart-color: #f0bcda;
  --refferals-completed-chart-color: #df72ac;
  --refferals-rejected-chart-color: #f532cb;
  --total-client-chart-color: #bcf5bd;
  --self-registered-chart-color: #6bff75;
  --entered-by-agency-chart-color: #05b843;
}