@import"tailwindcss";@theme inline{ --color-background: hsl(0 0% 100%); --color-foreground: hsl(222 47% 11%); --color-card: hsl(210 40% 98%); --color-card-foreground: hsl(222 47% 11%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(222 47% 11%); --color-primary: hsl(221 83% 53%); --color-primary-foreground: hsl(0 0% 100%); --color-secondary: hsl(210 40% 96%); --color-secondary-foreground: hsl(222 47% 11%); --color-muted: hsl(210 40% 96%); --color-muted-foreground: hsl(215 16% 47%); --color-accent: hsl(210 40% 96%); --color-accent-foreground: hsl(222 47% 11%); --color-destructive: hsl(0 84% 60%); --color-destructive-foreground: hsl(0 0% 100%); --color-border: hsl(214 32% 91%); --color-input: hsl(214 32% 91%); --color-ring: hsl(221 83% 53%); --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); --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif; --font-heading: "DM Sans", ui-sans-serif, system-ui, sans-serif; }:root{--radius: .625rem}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground antialiased;}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}}@layer utilities{.section-padding{@apply px-4 sm:px-6 lg:px-8 py-16 sm:py-20 lg:py-24;}.container-max{@apply max-w-7xl mx-auto;}}.legal-content h2{@apply text-xl font-bold text-slate-900 mt-8 mb-3;font-family:var(--font-heading)}.legal-content h3{@apply text-lg font-semibold text-slate-800 mt-6 mb-2;font-family:var(--font-heading)}.legal-content p{@apply text-slate-600 leading-relaxed mb-4;}.legal-content ul{@apply list-disc pl-6 mb-4 space-y-1;}.legal-content li{@apply text-slate-600 leading-relaxed;}.legal-content a{@apply text-blue-600 hover:underline;}
