.cc-window,
.cc-modal-window {
    --ccBackground: #FCF8FF; /* background */
    --ccFontColor: #1B1B21; /* text */
    --windowBg: var(--ccBackground);
    --popupBg: #F0ECF4; /* surfaceContainer */
    --titleTextColor: #1B1B21; /* onSurface */
    --messageTextColor: #1B1B21; /* onSurface */
    --messageLinkColor: #595992; /* primary */
    --messageLinkFontWeight: 600;
    --settingsSeparatorColor: #777680; /* outline */
    --popupTextColor: #1B1B21; /* onSurface */
    --btnCloseColor: #1B1B21; /* onSurface */
    --btnCloseColorHover: #595992; /* primary */
    --btnRadius: 50px;

    --btnAcceptBg: #595992; /* primary */
    --btnAcceptBgHover: #414178; /* onPrimaryFixedVariant */
    --btnAcceptTextColor: #FFFFFF; /* onPrimary */
    --btnAcceptBorder: 0;

    --btnRejectBg: #BA1A1A; /* error */
    --btnRejectBgHover: #410002; /* onErrorContainer */
    --btnRejectTextColor: #FFFFFF; /* onError */
    --btnRejectBorder: 0;

    --btnInfoBg: #5D5C71; /* secondary */
    --btnInfoBgHover: #454559; /* onSecondaryFixedVariant */
    --btnInfoTextColor: #FFFFFF; /* onSecondary */
    --btnInfoBorder: 0;

    --btnSettingsBg: #E2E0F9; /* secondaryContainer */
    --btnSettingsBgHover: #C6C4DD; /* secondaryFixedDim */
    --btnSettingsTextColor: #1A1A2C; /* onSecondaryContainer */
    --btnSettingsBorder: 0;

    --btnSettingsAcceptBg: #595992; /* primary */
    --btnSettingsAcceptBgHover: #414178; /* onPrimaryFixedVariant */
    --btnSettingsAcceptTextColor: #FFFFFF; /* onPrimary */
    --btnSettingsAcceptBorder: 0;

    --btnSettingsSelectBg: #E2DFFF; /* primaryContainer */
    --btnSettingsSelectBgHover: #C2C1FF; /* primaryFixedDim */
    --btnSettingsSelectTextColor: #14134A; /* onPrimaryContainer */
    --btnSettingsSelectBorder: 0;
}