:root {
  --static-panel-fill: rgba(255, 255, 255, 0.1);
  --static-panel-border: rgba(255, 255, 255, 0.22);
  --static-panel-shadow: 0 18px 44px rgba(0, 0, 0, 0.46), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  --static-text-primary: #f2f6fb;
  --static-text-muted: rgba(242, 246, 251, 0.76);
  --menu-zoom-scale: 1.035;
  --menu-shine-duration: 380ms;
  --menu-zoom-duration: 180ms;
  --menu-shine-ease: cubic-bezier(0.22, 0.78, 0.2, 1);
  --menu-glow: rgba(242, 246, 251, 0.24);
  --static-footer-breakpoint: 430px;
}

html,
body {
  min-height: 100%;
}

.site-footer {
  color: var(--static-text-primary);
}

.footer-links a,
.footer-links span {
  color: var(--static-text-muted);
}
