@import"tailwindcss";@theme inline{ --color-background: hsl(0 0% 100%); --color-foreground: hsl(0 0% 7%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(0 0% 7%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(0 0% 7%); --color-primary: hsl(0 0% 7%); --color-primary-foreground: hsl(0 0% 98%); --color-secondary: hsl(0 0% 96%); --color-secondary-foreground: hsl(0 0% 7%); --color-muted: hsl(0 0% 96%); --color-muted-foreground: hsl(0 0% 45%); --color-accent: hsl(0 72% 51%); --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(0 0% 90%); --color-input: hsl(0 0% 90%); --color-ring: hsl(0 0% 7%); --radius: 0rem; --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%); --color-news-red: #D32F2F; --color-news-dark: #121212; --color-news-gray: #666666; --color-news-light: #F5F5F5; --color-primary-foreground: hsl(var(--sidebar-primary-foreground)); --color-accent-foreground: hsl(var(--sidebar-accent-foreground)); --font-playfair: "Playfair Display, serif"; --font-inter: "Inter, sans-serif"; --font-baskerville: "Libre Baskerville, serif"; }*{@apply border-border;}body{@apply bg-background text-foreground antialiased;}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}
