/* Theme: Default (Original Touriza colors - Orange/Brown) */
:root {
    --color-primary: #BA6827;
    --color-primary-hover: #a55a20;
    --color-secondary: #1F1F25;
    --color-bg-1: #FFF1E6;
    --color-bg-2: #FFD7B7;
    --color-heading-1: #5B3516;
    --gradient-primary: linear-gradient(135deg, #BA6827 0%, #a55a20 100%);
    --gradient-accent: linear-gradient(135deg, #FFD7B7 0%, #BA6827 100%);
    --theme-primary: #BA6827;
    --theme-primary-hover: #a55a20;
    --theme-primary-light: rgba(186, 104, 39, 0.2);
    --theme-secondary: #1F1F25;
    --theme-secondary-hover: #000000;
    --theme-primary-text: #ffffff;
    --theme-accent: #BA6827;
}
