:root {
    --navy-deep:         #7f1d1d;
    --navy-mid:          #9f5656;
    --navy-line:         rgba(255, 255, 255, 0.08);
    --teal:              #f97316;
    --teal-soft:         rgba(249, 115, 22, 0.14);
    --amber:             #fbbf24;
    --bg-soft:           #fffbeb;
    --card-bg:           #ffffff;
    --text-dark:         #1c1917;
    --text-muted:        #78716c;
    --border-soft:       #fed7aa;
    --btn-bg:            #7f1d1d;
    --btn-hover:         #9f5656;
    --sidebar-gradient:  #6b0909;
    --sidebar-text:      #ecdddd;
    --sidebar-icon:      #d2b0b0;
    --sidebar-link:      #dbc0c0;
    --sidebar-sublink:   #e3cdcd;
    --sidebar-subtitle:  #e5d2d2;
    --teal-dark:         #d14b00;
}