/* src/styles/global.css */
* {
  box-sizing: border-box;
}
html,
body,
#root {
  min-height: 100%;
  margin: 0;
}
body {
  overflow-x: hidden;
}
button,
input,
select,
textarea {
  font: inherit;
}
.nv4-lang:hover {
  background: #fff !important;
  border-color: #aebeb3 !important;
}
.nv4-lang:focus-visible {
  outline: 2px solid #2f6b4f;
  outline-offset: 2px;
}
@media (max-width: 640px) {
  .nv4-brand {
    max-width: calc(100vw - 150px) !important;
  }
  .nv4-actions {
    gap: 2px !important;
  }
  .nv4-lang {
    height: 34px !important;
    padding: 0 9px !important;
    font-size: 12px !important;
  }
}
/*# sourceMappingURL=app.css.map */
