/* Resolves https://github.com/twbs/bootstrap/issues/34241 */
body .list-group-item:hover { z-index: auto; }

@property --pm-freddie-green {
    syntax: "<color>";
    inherits: false;
    initial-value: #006251;
}

@property --pm-freddie-usa-green {
    syntax: "<color>";
    inherits: false;
    initial-value: #2F4F4F;
}

@property --pm-frida-purple {
    syntax: "<color>";
    inherits: false;
    initial-value: #7A66D1;
}

@property --pm-hazy-magenta {
    syntax: "<color>";
    inherits: false;
    initial-value: #985277;
}

@property --pm-cerulean {
    syntax: "<color>";
    inherits: false;
    initial-value: #077187;
}

@property --pm-cerise {
    syntax: "<color>";
    inherits: false;
    initial-value: #DE3163;
}

@property --pm-amber {
    syntax: "<color>";
    inherits: false;
    initial-value: #FFBF00;
}
