/* ============================================================
   Account Theme: Light Teal
   Sites: reverseready.com
   ============================================================ */
:root {
    /* Backgrounds */
    --acct-bg:            #f7f5f2;
    --acct-surface:       #ffffff;
    --acct-surface-2:     #f0ece7;
    --acct-surface-3:     #e4dfda;
    --acct-border:        #dfe6e9;

    /* Text */
    --acct-heading:       #1a2a2c;
    --acct-text:          #2d3436;
    --acct-text-muted:    #636e72;
    --acct-text-dim:      #b2bec3;
    --acct-white:         #FFFFFF;

    /* Accent — deep teal from RR brand */
    --acct-accent:        #1a5c5e;
    --acct-accent-light:  #237a7d;
    --acct-accent-dark:   #134345;
    --acct-accent-rgb:    26, 92, 94;

    /* Primary button text (white on dark accent) */
    --acct-btn-text:      #ffffff;

    /* Semantic */
    --acct-danger:        #c0392b;
    --acct-danger-rgb:    192, 57, 43;
    --acct-danger-text:   #c0392b;
    --acct-success:       #27ae60;
    --acct-success-rgb:   39, 174, 96;
    --acct-success-text:  #1e8449;
    --acct-info:          #2980b9;
    --acct-info-rgb:      41, 128, 185;
    --acct-info-text:     #2471a3;

    /* Shadow (lighter for light theme) */
    --acct-shadow:        0 4px 16px rgba(0, 0, 0, 0.08);
}
