/* =============================================================
 * LOGIN PAGE — ORANGE PALETTE (Lotly Simple)
 * Loaded AFTER login.css. Owns the brand color override; login.css
 * already defines a default --lotly-orange. This file keeps that
 * default for the orange variant — kept around so the brand-color
 * cascade is symmetric with palette-blue.css.
 * ============================================================= */

:root {
    --lotly-orange:        #FEA327;
    --lotly-orange-soft:   #FFF7ED;
    --lotly-orange-medium: #FED7AA;
    --lotly-orange-deep:   #B87108;
}
