:root {
    /* Base Colors */
    --color-bg-primary: #ffffff;
    --color-text-primary: #1e1e1e;
    
    --color-bg-secondary: #1e1e1e;
    --color-text-secondary: #ffffff;

    /* Ambience Orange Palette */
    --color-orange-900: #7c2d12;
    --color-orange-700: #c2410c;
    --color-orange-600: #ea580c; /* Main Ambience */
    --color-orange-500: #f97316;
    --color-orange-300: #fdba74;
    --color-orange-100: #ffedd5;

    /* Fonts */
    --font-inter: 'Inter', sans-serif;
}