@use '../src/core/style/abstracts/functions';

.pep-top-bar-container {
    background: functions.get-pep-color(color-system-primary-invert, color-base);

    .footer {
        background-color: functions.get-pep-color(color-system-primary-invert, color-base);
    }
}