:root {
  color-scheme: dark;
  --shell-bg: #050505;
  --shell-fg: #f7f7f7;
}

html {
  background: var(--shell-bg);
}

body {
  min-height: 100vh;
  background: var(--shell-bg);
  color: var(--shell-fg);
}

a {
  color: inherit;
}

img,
video,
iframe,
canvas {
  max-width: 100%;
}

.site-content {
  min-height: 100vh;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100000;
  transform: translateY(-150%);
  padding: 0.5rem 0.75rem;
  background: #fff;
  color: #000;
}

.skip-link:focus {
  transform: translateY(0);
}

.ctc-shortcode {
  cursor: pointer;
}

.ctc-shortcode__icon svg {
  width: 1em;
  height: 1em;
}

.static-copy-confirm {
  margin-left: 0.5rem;
  font-size: 0.85em;
  opacity: 0.75;
}

