/* fs:/projects/nut-work/src/index.css */
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
  :root {
    --background: 45 100% 96%;
    --foreground: 25 70% 15%;
    --card: 0 0% 100%;
    --card-foreground: 25 70% 15%;
    --popover: 0 0% 100%;
    --popover-foreground: 25 70% 15%;
    --primary: 30 80% 45%;
    --primary-foreground: 60 100% 98%;
    --secondary: 45 100% 88%;
    --secondary-foreground: 25 70% 15%;
    --muted: 45 100% 92%;
    --muted-foreground: 25 60% 35%;
    --accent: 30 90% 55%;
    --accent-foreground: 60 100% 98%;
    --destructive: 15 90% 60%;
    --destructive-foreground: 60 100% 98%;
    --border: 45 70% 85%;
    --input: 45 70% 85%;
    --ring: 30 80% 45%;
    --radius: 0.75rem;
    --sidebar-background: 45 100% 94%;
    --sidebar-foreground: 25 70% 15%;
    --sidebar-primary: 30 80% 45%;
    --sidebar-primary-foreground: 60 100% 98%;
    --sidebar-accent: 45 100% 88%;
    --sidebar-accent-foreground: 25 70% 15%;
    --sidebar-border: 45 70% 85%;
    --sidebar-ring: 30 80% 45%;
  }
  .dark {
    --background: 25 70% 8%;
    --foreground: 45 100% 92%;
    --card: 25 70% 12%;
    --card-foreground: 45 100% 92%;
    --popover: 25 70% 12%;
    --popover-foreground: 45 100% 92%;
    --primary: 30 80% 55%;
    --primary-foreground: 25 70% 8%;
    --secondary: 30 70% 18%;
    --secondary-foreground: 45 100% 92%;
    --muted: 30 60% 15%;
    --muted-foreground: 45 70% 70%;
    --accent: 30 90% 65%;
    --accent-foreground: 25 70% 8%;
    --destructive: 15 90% 65%;
    --destructive-foreground: 45 100% 92%;
    --border: 30 50% 25%;
    --input: 30 50% 25%;
    --ring: 30 80% 55%;
    --sidebar-background: 25 70% 10%;
    --sidebar-foreground: 45 100% 92%;
    --sidebar-primary: 30 80% 55%;
    --sidebar-primary-foreground: 25 70% 8%;
    --sidebar-accent: 30 70% 18%;
    --sidebar-accent-foreground: 45 100% 92%;
    --sidebar-border: 30 50% 25%;
    --sidebar-ring: 30 80% 55%;
  }
}
@layer base {
  * {
    @apply border-border;
  }
  body {
    @apply bg-background text-foreground;
  }
}
