:root {
  --header-bg:linear-gradient(0deg, #1e1e1e 0%, #434343 100%);
  --header2-footer-bg:linear-gradient(180deg, #434343 0%,#2d2d2d 100%);
  --font-color:#ffffff;
  --search-bg:#636363;

  --primary-color:#045d30;
  --icon-link-color:#ffc425;
  --secondary-color:#ffffff;
  --hover-color:#043c1c;

  --content-bg:#ffffff;
  --content-font-color:#434343;
}
