/* Base */

body,
.vk-body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

/* Headings */

.vk-title {
  font-size: 1.9rem;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #E0E0E0;
  margin: 0;
}

.vk-subtitle {
  font-size: 0.98rem;
  color: #A0A0A0;
  margin: 0;
}

.vk-section-title {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #E0E0E0;
  margin: 0 0 0.75rem;
}

/* Body text */

.vk-body-text {
  font-size: 0.95rem;
  color: #D4D4D4;
  margin: 0.4rem 0;
}

.vk-body-muted {
  color: #8C8C8C;
}

/* Links */

a {
  color: #C736FF;
}

a:hover {
  color: #d35cff;
}

/* Code */

code,
pre {
  font-family: "JetBrains Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.85rem;
}

pre {
  padding: 0.75rem 1rem;
  border-radius: 8px;
  background: #111118;
  border: 1px solid #262633;
  overflow-x: auto;
}

/* Small text */

small {
  font-size: 0.8rem;
  color: #8C8C8C;
}
