:root {
  --primary: #96bc63;
  --primary-foreground: #ffffff;
  --ring: #96bc63;
}

.dark {
  --primary: #96bc63;
  --primary-foreground: #ffffff;
  --ring: #96bc63;
}
