:root {
    --bg:             #0f0e0d;
    --surface:        #1a1918;
    --surface-2:      #242220;
    --border:         #2d2b28;
    --border-light:   #3a3835;
    --accent:         #c8973f;
    --accent-hover:   #dfa94e;
    --text-primary:   #ede9e3;
    --text-secondary: #8a8278;
    --text-muted:     #5a5650;
    --price-color:    #e8c06a;
    --sale-color:     #3a7d54;
    --rent-color:     #2b5f8a;
    --dual-color:     #7247a5;
    --danger:         #c0392b;
    --card-radius:    10px;
    --on-accent:      #0f0e0d;  /* dark text on accent-colored backgrounds */
    --gallery-bg:     #0a0a0a;  /* always-dark background for the media lightbox */
}

:root.light {
    --bg:             #f5f3f0;
    --surface:        #ffffff;
    --surface-2:      #eeebe7;
    --border:         #ddd9d3;
    --border-light:   #ccc8c2;
    --accent:         #b07d2a;
    --accent-hover:   #c8973f;
    --text-primary:   #1a1918;
    --text-secondary: #6b6560;
    --text-muted:     #9e9890;
    --price-color:    #8a5e10;
    --sale-color:     #2d6644;
    --rent-color:     #1e4f7a;
    --dual-color:     #5c3490;
}
