:root {
  --primary-color: #344e41;
  --secondary-color: #3a5a40;
  --text: #202020;
  --accent: #588157;
  --fifth: #ffffff;
  --sixth: #000000;
  --seventh: #a3b18a;
  --eighth: #dad7cd;
  --font: "Poppins", sans-serif;
  --radius: 4px;
  --container-width: 1250px;
  --gap: 24px;
  --slide-w: 220px;
  --speed: 25s;
}
