/**
 * Temel tipografi ve CSS değişkenleri — Elementor stilleri bunları miras alabilir.
 */
:root {
  --kocinco-bg: #f4f6fb;
  --kocinco-bg2: #ffffff;
  --kocinco-surface: #ffffff;
  --kocinco-text: #0f172a;
  --kocinco-text2: #475569;
  --kocinco-text3: #64748b;
  --kocinco-border: rgba(15, 23, 42, 0.08);
  --kocinco-accent: #5b52e8;
  --kocinco-cyan: #0891b2;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--kocinco-text);
  background: var(--kocinco-bg);
  line-height: 1.6;
}

body.elementor-default #content,
body.elementor-page #content {
  max-width: none;
  padding: 0;
}

/* Elementor düzenleyicide tema çerçevesi */
.elementor-edit-mode .site-header-fallback,
.elementor-edit-mode .site-footer-fallback {
  pointer-events: none;
  opacity: 0.85;
}
