/*-----------------------------------------------
|   Phoenix buttons
-----------------------------------------------*/
/* -------------------------------------------------------------------------- */
/*                                Phoenix button                              */
/* -------------------------------------------------------------------------- */
/* prettier-ignore */
/* ----------------------------- Phoenix-buttons ---------------------------- */
/*# sourceMappingURL=user.css.map */
html, html, html .light {
    --phoenix-link-color: 123, 198, 181!important;
    --phoenix-primary-rgb: 123, 198, 181!important;
    --phoenix-primary: 123, 198, 181!important;
    --phoenix-badge-color: 123, 198, 181!important;
    --phoenix-badge-bg: 195, 229, 221!important;
    --phoenix-badge-border-color: 123, 198, 181!important;
}
html, html.dark, html .dark {
    --phoenix-link-color: 123, 198, 181!important;
    --phoenix-primary-rgb: 123, 198, 181!important;
    --phoenix-primary: 123, 198, 181!important;
    --phoenix-badge-color: 123, 198, 181!important;
    --phoenix-badge-bg: 195, 229, 221!important;
    --phoenix-badge-border-color: 123, 198, 181!important;
}
