/* Initial CSS variables */
:root {
  --main: #1fdf9f;
  --main-light: #22f0ab;
  --main-dark: #1ab481;
  --main-text: black;

  --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);
}
