/* -------------------------------------------------------------------------- */
/*                                Falcon Button                               */
/* -------------------------------------------------------------------------- */
/* prettier-ignore */
/*# sourceMappingURL=user.css.map */

[data-bs-theme=light] .light-logo {
    display:block;
}
[data-bs-theme=light] .dark-logo {
    display:none;
}

[data-bs-theme=dark] .dark-logo {
    display:block;
}
[data-bs-theme=dark] .light-logo {
    display:none;
}

body,h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    font-family: "Readex Pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "HEXP" 0;
}

input,
button,
select,
optgroup,
textarea,
label,
.alert,
.badge,
.blockquote-footer,
.btn,
.falcon-data-table .paging_full_numbers .page-link,
.falcon-data-table .paging_first_last_numbers .page-link,
.falcon-data-table .paging_full .page-link,
.falcon-data-table .paging_numbers .page-link,
.falcon-data-table .paging_simple_numbers .page-link,
[data-list] .page,
.tox .tox-menu__footer .tox-button:last-child,
.tox .tox-dialog__footer .tox-button:last-child,
.tox .tox-menu__footer .tox-button--secondary,
.tox .tox-dialog__footer .tox-button--secondary,
.navbar,
.pagination,
.valid-feedback,
.invalid-feedback {
    font-family: "Readex Pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "HEXP" 0;
}
