/* c-navbar.css — converted from Navbar.module.css
   CSS-module local names become `c-Navbar_<name>`; globals from globals.css keep
   their names. */

.c-Navbar_navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.c-Navbar_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-Navbar_brand {
  display: flex;
  align-items: center;
  line-height: 0;
}

.c-Navbar_brand svg {
  width: 28px;
  height: 28px;
}

.c-Navbar_toggle {
  position: relative;
  display: grid;
  background: none;
  border: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
}

.c-Navbar_toggleClip {
  grid-area: 1 / 1;
  display: block;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.c-Navbar_toggleLabel {
  display: block;
  position: relative;
  will-change: transform;
}
