[data-theme="light"] {
  --w-ink: #f7fbfd;
  --w-ink-2: #edf6fa;
  --w-ink-3: #e1eff5;
  --w-paper: #243746;
  --w-paper-2: #2f4657;
  --w-text: #243746;
  --w-text-soft: rgba(36,55,70,.78);
  --w-text-mute: rgba(36,55,70,.55);
  --w-line: rgba(111,168,193,.18);
  --w-line-soft: rgba(111,168,193,.09);
  --w-accent: #9fcfe2;
  --w-accent-2: #86bed4;
  --w-accent-3: #d9ecf4;
}

html, body,
[data-theme="light"] .w-root {
  background: #f7fbfd;
  color: #243746;
}

.w-section-head h2 {
  font-size: clamp(42px, 5.1vw, 76px) !important;
  line-height: 1.05 !important;
}

.w-section-head .right {
  font-size: 17px !important;
  line-height: 1.9 !important;
}

.w-btn,
.w-btn-ghost {
  border-radius: 999px;
  box-shadow: none !important;
}

@media (max-width: 768px) {
  .w-section-head h2 { font-size: 42px !important; }
  .w-section-head .right { font-size: 15px !important; }
}
