:root {
    /* Primary Orange Colors */
    --primary-orange: #E2725B;
    --primary-orange-dark: #ea580c;
    --primary-orange-darker: #c2410c;
    --primary-orange-darkest: #9a3412;

    /* Light Orange Colors */
    --light-orange: #fed7aa;
    --light-orange-lighter: #fff7ed;
    --cream: #fffbf5;
    --cream-light: #fef3e2;

    /* Background Colors */
    --bg-gradient-start: #fff7ed;
    --bg-gradient-end: #fed7aa;
    --panel-bg: #fffbf5;

    /* Text Colors */
    --text-primary: #9a3412;
    --text-secondary: #c2410c;
    --text-light: #c2410c;
    --text-white: #ffffff;
    --text-code-light: #fef3e2;

    /* Border Colors */
    --border-primary: #fed7aa;
    --border-focus: #f97316;

    /* Background Colors - Neutral */
    --bg-white: #ffffff;
    --bg-dark: #1c1917;

    /* Status Colors */
    --color-danger: #dc2626;
    --color-danger-hover: #b91c1c;

    /* Shadow Colors */
    --shadow-primary: rgba(251, 146, 60, 0.15);
    --shadow-button: rgba(249, 115, 22, 0.2);
    --shadow-button-hover: rgba(249, 115, 22, 0.3);
    --shadow-success: rgba(249, 115, 22, 0.3);
    --shadow-success-hover: rgba(249, 115, 22, 0.4);
    --shadow-focus: rgba(249, 115, 22, 0.1);
    --shadow-focus-strong: rgba(249, 115, 22, 0.2);
}
