footer.svelte-lx0fvn {
  display: flex;
  align-items: center;
  height: 4rem;
  background-color: color-mix(in srgb, var(--gray-100), 50% transparent);
}
footer.svelte-lx0fvn .content:where(.svelte-lx0fvn) {
  width: min(var(--width), 100%);
  margin-inline: auto;
  font-size: 0.875rem;
  padding-inline: 1rem;
  color: color-mix(in srgb, var(--text), 50% transparent);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer.svelte-lx0fvn .content:where(.svelte-lx0fvn) {
    padding-inline: 1rem;
  }
}.theme-github.svelte-hrau8x {
  display: flex;
  align-items: center;
  gap: 0.125rem;
}
.theme-github.fixed.svelte-hrau8x {
  position: fixed;
  z-index: 1;
  top: 1rem;
  right: 1rem;
}
.theme-github.svelte-hrau8x button:where(.svelte-hrau8x),
.theme-github.svelte-hrau8x a:where(.svelte-hrau8x) {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 50%;
  width: 2.25rem;
  height: 2.25rem;
  cursor: pointer;
  background-color: transparent;
  color: var(--text);
}
.theme-github.svelte-hrau8x button:where(.svelte-hrau8x):hover,
.theme-github.svelte-hrau8x a:where(.svelte-hrau8x):hover {
  background-color: var(--gray-100);
}
.theme-github.svelte-hrau8x button:where(.svelte-hrau8x) {
  position: relative;
}
.theme-github.svelte-hrau8x button:where(.svelte-hrau8x) .icon-wrapper:where(.svelte-hrau8x) {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}