:root {
  --vt-heading: 'Poppins', sans-serif;
  --vt-body: 'Poppins', sans-serif;
}

/* Body font ayarı */
body, p, span, div {
  font-family: var(--vt-body) !important;
  font-weight: 400;
}

/* Başlık font ayarı */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--vt-heading) !important;
  font-weight: 600;
}

.vt-btn {
  display: none !important;
}