/* Theme Engine - Anti-FOUC */
/* Generated by /api/theme-config.css */
/* Source of truth for theme colors */

/* Active theme: burgundy */
:root,
[data-theme='burgundy'] {
    --primary: rgb(128 0 32);
    --primary-foreground: rgb(255 159 161);
    --accent: rgb(242 242 242);
    --background: rgb(255 255 255);
    --card-bg: rgb(245 245 245);
    --text-body: rgb(0 0 0);
    --radius: 0.75rem;
}