/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
.nav__bar {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  background-color: var(--color-white, #fff);
  border-color: var(--color-border-light, rgb(13 38 61 / 0.18));
}
.nav__item {
  color: var(--color-nav, #0d263d);
}
.nav__label {
  color: var(--color-nav, #0d263d);
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
    }
  }
}
