@theme{--color-background: #fff; --color-foreground: #0a0a0a; --color-card: #fff; --color-card-foreground: #0a0a0a; --color-primary: #171717; --color-primary-foreground: #fafafa; --color-secondary: #f5f5f5; --color-secondary-foreground: #171717; --color-muted: #f5f5f5; --color-muted-foreground: #737373; --color-accent: #f5f5f5; --color-accent-foreground: #171717; --color-destructive: #ef4444; --color-destructive-foreground: #fafafa; --color-border: #e5e5e5; --color-input: #e5e5e5; --color-ring: #0a0a0a; --radius: .5rem; --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --color-green-50: #f0fdf4; --color-green-500: #22c55e; --color-green-600: #16a34a; --color-green-700: #15803d; --color-red-50: #fef2f2; --color-red-500: #ef4444; --color-red-600: #dc2626; --color-red-700: #b91c1c; --color-yellow-50: #fefce8; --color-yellow-500: #eab308; --color-yellow-600: #ca8a04; --color-yellow-700: #a16207;}*{border-color:var(--color-border)}body{background-color:var(--color-background);color:var(--color-foreground);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}