:root {
  --primary: #0abb86;
  --primary-foreground: #ffffff;
  --ring: #0abb86;
}

.dark {
  --primary: #0abb86;
  --primary-foreground: #ffffff;
  --ring: #0abb86;
}
