/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 *
 */

/*
  FixnBook rebrand: Lexend for headings/buttons on the login/register/
  forgot-password pages served by this "retro" frontend theme, matching the
  customer website's --font-display. Body copy stays on the theme's existing
  font - see public/backend/assets/css/custom.css for the same rule on the
  admin/partner panel proper.
*/
h1, h2, h3, h4, h5, h6,
.btn,
.admin-badge {
  font-family: 'Lexend', 'Nunito', 'Segoe UI', Arial, sans-serif;
}

/*# sourceMappingURL=custom.css.map */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}



