/**
 * WeTicaret — tüm vitrin temaları için Manrope (varsayılan 600 = SemiBold).
 * Google Fonts stylesheet index.php veya tema motoru ile yüklenir.
 */
:root {
  --weticaret-font-family: 'Manrope', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

html {
  font-family: var(--weticaret-font-family) !important;
  font-weight: 600;
}

body {
  font-family: var(--weticaret-font-family) !important;
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--weticaret-font-family) !important;
  font-weight: 700;
}

strong, b {
  font-weight: 700;
}

input, button, select, textarea,
.btn, .form-control {
  font-family: var(--weticaret-font-family) !important;
  font-weight: 600;
}
