@import"tailwindcss";@theme inline{ --color-emerald: #0B6E4F; --color-forest: #1B4332; --color-navy: #12355B; --color-gold: #D4A574; --color-gold-light: #E8C9A8; --color-background: hsl(0 0% 100%); --color-foreground: hsl(210 40% 8%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(210 40% 8%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(210 40% 8%); --color-primary: hsl(160 80% 25%); --color-primary-foreground: hsl(0 0% 98%); --color-secondary: hsl(210 40% 96%); --color-secondary-foreground: hsl(210 40% 8%); --color-muted: hsl(210 40% 96%); --color-muted-foreground: hsl(215 20% 40%); --color-accent: hsl(35 50% 65%); --color-accent-foreground: hsl(210 40% 8%); --color-destructive: hsl(0 84% 60%); --color-destructive-foreground: hsl(210 40% 98%); --color-border: hsl(210 20% 90%); --color-input: hsl(210 20% 90%); --color-ring: hsl(160 80% 25%); --color-sidebar-background: hsl(0 0% 98%); --color-sidebar-foreground: hsl(240 5% 26%); --color-sidebar-primary: hsl(160 80% 25%); --color-sidebar-primary-foreground: hsl(0 0% 98%); --color-sidebar-accent: hsl(240 5% 96%); --color-sidebar-accent-foreground: hsl(240 6% 10%); --color-sidebar-border: hsl(220 13% 91%); --color-sidebar-ring: hsl(160 80% 25%); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; }:root{--radius: .5rem}@media (prefers-color-scheme: dark){:root{--color-background: hsl(210 40% 8%);--color-foreground: hsl(0 0% 98%);--color-card: hsl(210 40% 10%);--color-card-foreground: hsl(0 0% 98%);--color-popover: hsl(210 40% 10%);--color-popover-foreground: hsl(0 0% 98%);--color-primary: hsl(160 60% 45%);--color-primary-foreground: hsl(210 40% 8%);--color-secondary: hsl(210 30% 20%);--color-secondary-foreground: hsl(0 0% 98%);--color-muted: hsl(210 30% 20%);--color-muted-foreground: hsl(215 20% 65%);--color-accent: hsl(35 50% 55%);--color-accent-foreground: hsl(210 40% 8%);--color-destructive: hsl(0 60% 40%);--color-destructive-foreground: hsl(210 40% 98%);--color-border: hsl(210 30% 25%);--color-input: hsl(210 30% 25%);--color-ring: hsl(160 60% 45%);--color-sidebar-background: hsl(210 40% 8%);--color-sidebar-foreground: hsl(240 5% 96%);--color-sidebar-primary: hsl(160 60% 45%);--color-sidebar-primary-foreground: hsl(210 40% 8%);--color-sidebar-accent: hsl(210 4% 16%);--color-sidebar-accent-foreground: hsl(240 5% 96%);--color-sidebar-border: hsl(240 4% 16%);--color-sidebar-ring: hsl(160 60% 45%)}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;}}
