@import url("./tailwind/output.css");

/* header */

#header {
  border-bottom-width: 1px;
  border-color: transparent;
}

#header.scrolled {
  border-color: var(--color-gray-200);
}

/* Hero Slider */

.hero-slider-root .tns-inner {
  margin-top: -18px !important;
}
