:root {
  --white: #fff;
  --black: #000000;
  --theme: #94C947;
  --darkgrey: #191919;
  --lightgrey: #F3F3F3;
  --font-body-weight: normal;
  --font-weightbold: bold;
  --font-weightsemibold: 600;
  --font-weightmedium: 500;
  --font-family: "Figtree";
}