@import"tailwindcss";@theme inline{ --color-background: hsl(210 100% 97%); --color-foreground: hsl(215 35% 12%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(215 35% 12%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(215 35% 12%); --color-primary: hsl(217 91% 30%); --color-primary-foreground: hsl(0 0% 100%); --color-secondary: hsl(210 40% 96.1%); --color-secondary-foreground: hsl(215 35% 12%); --color-muted: hsl(210 40% 96.1%); --color-muted-foreground: hsl(215 20% 35%); --color-accent: hsl(186 75% 40%); --color-accent-foreground: hsl(0 0% 100%); --color-destructive: hsl(0 84.2% 60.2%); --color-destructive-foreground: hsl(210 40% 98%); --color-border: hsl(214.3 31.8% 91.4%); --color-input: hsl(214.3 31.8% 91.4%); --color-ring: hsl(217 91% 30%); --color-midnight: hsl(215 82% 14%); --color-electric: hsl(217 91% 55%); --color-cyan: hsl(186 75% 48%); --color-silver: hsl(210 36% 96%); --color-sidebar-background: hsl(0 0% 98%); --color-sidebar-foreground: hsl(240 5.3% 26.1%); --color-sidebar-primary: hsl(240 5.9% 10%); --color-sidebar-primary-foreground: hsl(0 0% 98%); --color-sidebar-accent: hsl(240 4.8% 95.9%); --color-sidebar-accent-foreground: hsl(240 5.9% 10%); --color-sidebar-border: hsl(220 13% 91%); --color-sidebar-ring: hsl(217.2 91.2% 59.8%); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) + 4px); --font-sans: "Inter", "Poppins", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; --font-heading: "Manrope", "Poppins", ui-sans-serif, system-ui, sans-serif; }:root{--radius: .75rem;scroll-behavior:smooth}@media (prefers-color-scheme: dark){:root{--color-background: hsl(215 82% 10%);--color-foreground: hsl(210 36% 96%);--color-card: hsl(215 70% 14%);--color-card-foreground: hsl(210 36% 96%);--color-popover: hsl(215 70% 14%);--color-popover-foreground: hsl(210 36% 96%);--color-primary: hsl(217 91% 60%);--color-primary-foreground: hsl(215 82% 10%);--color-secondary: hsl(215 25% 20%);--color-secondary-foreground: hsl(210 36% 96%);--color-muted: hsl(215 25% 20%);--color-muted-foreground: hsl(215 15% 65%);--color-accent: hsl(186 75% 50%);--color-accent-foreground: hsl(215 82% 10%);--color-destructive: hsl(0 62.8% 30.6%);--color-destructive-foreground: hsl(210 40% 98%);--color-border: hsl(215 25% 20%);--color-input: hsl(215 25% 20%);--color-ring: hsl(217 91% 60%);--color-midnight: hsl(215 82% 8%);--color-electric: hsl(217 91% 65%);--color-cyan: hsl(186 75% 55%);--color-silver: hsl(215 20% 15%);--color-sidebar-background: hsl(215 82% 8%);--color-sidebar-foreground: hsl(215 15% 75%);--color-sidebar-primary: hsl(217 91% 60%);--color-sidebar-primary-foreground: hsl(215 82% 10%);--color-sidebar-accent: hsl(215 25% 18%);--color-sidebar-accent-foreground: hsl(215 15% 75%);--color-sidebar-border: hsl(215 25% 18%);--color-sidebar-ring: hsl(217.2 91.2% 59.8%)}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;font-family:var(--font-sans)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#0950c3;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#0b64f4}}
