:root {
    --brand-color-primary: #1f3329;
    --brand-color-secondary: #efeae1;
    --brand-color-background: #f7f5f0;
    --brand-color-text: #1e1e1c;
    --brand-color-accent: #3d5c4b;
    --brand-font-heading: 'Cormorant', Georgia, serif;
    --brand-font-body: 'Inter', -apple-system, sans-serif;
    --background: #f7f5f0;
    --foreground: #1e1e1c;
    --card: #f7f5f0;
    --card-foreground: #1e1e1c;
    --popover: #f7f5f0;
    --popover-foreground: #1e1e1c;
    --primary: #1f3329;
    --primary-foreground: #ffffff;
    --secondary: #efeae1;
    --secondary-foreground: #1e1e1c;
    --muted: #efeae1;
    --muted-foreground: #1e1e1c;
    --accent: #3d5c4b;
    --accent-foreground: #ffffff;
    --link: #1f3329;
    --destructive: #dc2626;
    --destructive-foreground: #ffffff;
    --border: #efeae1;
    --input: #efeae1;
    --ring: #3d5c4b;
    --sidebar: #f7f5f0;
    --sidebar-foreground: #1e1e1c;
    --sidebar-primary: #1f3329;
    --sidebar-primary-foreground: #ffffff;
    --sidebar-accent: #3d5c4b;
    --sidebar-accent-foreground: #ffffff;
    --sidebar-border: #efeae1;
    --sidebar-ring: #3d5c4b;
    --portal-header: #f7f5f0;
    --portal-header-foreground: #1e1e1c;
    --portal-footer: #f7f5f0;
    --portal-footer-foreground: #1e1e1c;
    --font-sans: 'Inter', -apple-system, sans-serif;
    --font-heading: 'Cormorant', Georgia, serif;
}
