
@import "./nav";
@import "./theme";
@import "./icons";

.sticky {
  position: -webkit-sticky;
    position: sticky;
}