
:root {
  --bg-dark:#2a2c2c;
  --bg-black:#000000;
  --bg-white:#ffffff;
  --bg-gray:#f2f2f2;
  --bg-light:#efefef;
  --text-dark:#242324;
  --text-gray:#878787;
  --text-dark-gray:#535353;
  --text-light:#dcdcdc;
  --text-white:#ffffff;
  --color-1:#c19f47;
  --color-1-dark:#816623;
  --color-1-dark-hover:#907328;
  --color-1-light:#cdb250;
  --bg-slider-dark:#3c373d;;
}