:root{

    /* Primary Brand */

    --rlp-primary:#C8A44D;
    --rlp-primary-hover:#B89237;

    /* Backgrounds */

    --rlp-bg:#0F0F10;
    --rlp-surface:#181818;
    --rlp-surface-light:#252525;

    /* Text */

    --rlp-text:#F8F8F8;
    --rlp-text-muted:#A8A8A8;

    /* Border */

    --rlp-border:#2D2D2D;

    /* Status */

    --rlp-success:#16A34A;
    --rlp-warning:#F59E0B;
    --rlp-danger:#DC2626;

}