/* Fallback CSS Variables
   These are overridden by inline styles generated from the database.
   Provided here as a safe fallback.
*/
:root {
    --color-bg: #0A0A0A;
    --color-surface: #111111;
    --color-surface-2: #1A1A1A;
    --color-border: rgba(255,255,255,0.06);
    --color-text: #E0D6CC;
    --color-text-muted: rgba(255,255,255,0.45);
    --color-accent: #E8D5B7;
    --color-accent-2: #C9A87C;
    --color-open: #4ADE80;
    --color-closed: #F87171;
    
    --font-heading: 'Cormorant Garamond', serif;
    --font-body: 'Inter', sans-serif;
    
    --header-bg-rgb: 10, 10, 10;
}
