:root {
    /* Primary Colors (Brand) */
    --primary-dark-green: #005375;   
    --primary-orange: #842F3F;       

    /* Secondary Colors (kept neutral & supportive) */
    --secondary-beige: #cbb19a;
    --secondary-cream: #eee;
    --secondary-light-blue: #d8ece6;
    --secondary-turquoise: #842F3F;

    /* UI Backgrounds */
    --bg-primary: #24262E;           
    --bg-secondary: #005375;         
    --bg-tertiary: #0B5F85;          

    /* Accents */
    --accent-primary: #842F3F;       
    --accent-secondary: #842F3F;    
    --accent-gradient: linear-gradient(
        135deg,
        #005375 0%,
        #842F3F 100%
    );

    /* Text */
    --text-primary: #eee;
    --text-secondary: #cbb19a;
    --text-muted: #9aa3a0;

    /* Borders & States */
    --border-color: #0B5F85;
    --success: #842F3F;
    --warning: #cbb19a;
    --danger: #842F3F;

    /* Layout */
    --sidebar-width: 280px;
    --header-height: 70px;
}
