/* GD Theme CSS variables - The Garden */
:root {
  --main: #7cb342;
  --main-light: #9cd83d;
  --main-dark: #558b2f;
  --main-text: white;

  --menu: #222222;
  --menu-light: #82828245;
  --menu-dark: #111111;
  --menu-text: white;

  --text-color: #fff;
  --text-light: #ffffff75;

  --text-color-light: #2a292b;

  --text-color-dark: #222;

  --button-text: #222222;

  --green: oklch(72.3% 0.219 149.579);
  --highlight:var(--main)
}
