/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/* @import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); */

.custom-font {
  /* font-family: "Nunito", sans-serif; */
  /* font-family: "Inter", sans-serif; */
  font-family: system-ui, sans-serif;
  /* font-family: "Roboto", sans-serif; */
}

.hw-combobox {
  width: 100%;
}

.hw-combobox__main__wrapper {
  width: 100% !important;
}

/* Remove borda preta de foco dos inputs e selects DaisyUI */
.input:focus,
.select:focus,
.textarea:focus {
  outline: none;
}
