/* Weavy theme customization */
:root {
  --wy-theme-color: #0082ce;
  --wy-border-radius: 0.25rem;
}

/* Ensure page scrolling works properly */
html, body {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

*::part(wy-footerbar) {
    --wy-component-background-color: none;
    background-color:var(--color-base-300);
    border-radius:var(--wy-border-radius);
    padding:var(--wy-padding-lg);
  }

*::part(wy-footerbar)::before, *::part(wy-footerbar)::after {
  display: none !important;
}
