:root {
  --taproot-logo-fill: #efb200;
  --taproot-logo-filter: drop-shadow(1px 1px 2px oklch(15% 0.25 216));
}

esp-header-button#light-dark-button {
  svg {
    display: none;
  }
  &.is-light {
    .moon-icon {
      display: block;
    }
    .sun-icon {
      display: none;
    }
  }
  &.is-dark {
    .moon-icon {
      display: none;
    }
    .sun-icon {
      display: block;
    }
  }
}

.center-content {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: grid;
  place-content: center;
}

esp-header {
  --esp-header-brand-placement: baseline;
}
