@import url("https://fonts.googleapis.com/css?family=Manrope");
/* Color Variables */
:root {
  --primary-color: #fbfbfc;
  --secondary-light: #dceed3;
  --secondary-color: #4C9926;
  --secondary-dark: #2f4822;
  --secondary-darker: #293e20;
  --text-color: #17171b;
  --overlay-color: rgba(0, 0, 0, 0.5);
  --brown: #240f02;
  --brown-card: #401c06;
}
