:root {
  --primary: #f06e2d;
  --primary-foreground: #ffffff;
  --ring: #f06e2d;
}

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