:root{--background:#fbfbf9;--foreground:#171717;--card:#fff;--card-foreground:#171717;--muted:#f1f1ee;--muted-foreground:#696963;--border:#deded7;--input:#deded7;--primary:#171717;--primary-foreground:#fff;--secondary:#ecece7;--secondary-foreground:#262622;--accent:#b85c38;--accent-foreground:#fff;--destructive:#b42318;--destructive-foreground:#fff;--ring:#171717;--radius:.5rem}@theme inline{--color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card); --color-card-foreground: var(--card-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-border: var(--border); --color-input: var(--input); --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-destructive: var(--destructive); --color-destructive-foreground: var(--destructive-foreground); --color-ring: var(--ring); --radius-lg: var(--radius); --radius-md: calc(var(--radius) - 2px); --radius-sm: calc(var(--radius) - 4px);}*{border-color:var(--border)}body{background:var(--background);color:var(--foreground);letter-spacing:0;font-family:Arial,Helvetica,sans-serif}a{text-decoration:none}
