html {
  scroll-behavior: smooth;
}

body {
  color: var(--tuai-text);
  background: var(--tuai-bg);
}

body .site-content,
body .ct-container,
body .entry-content {
  color: inherit;
}

.tuai-ai-archive .ct-container,
.tuai-ai-single .ct-container,
.tuai-homepage-context .ct-container {
  max-width: var(--tuai-max-width);
}

img {
  max-width: 100%;
  height: auto;
}

a {
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.tuai-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
