/**
 * Custom Fonts - Eina Font Family
 * His Heart is Mine & Eina01/Eina02 Fontları
 *
 * Font dosyaları: assets/fonts/ klasöründe bulunmalıdır
 * - His Heart is Mine.ttf (El yazısı başlıklar için)
 * - Eina01-Light.ttf (İnce metin)
 * - Eina01-SemiBold.ttf (Yarı kalın metin)
 * - Eina01-Bold.ttf (Kalın metin)
 * - Eina02-Light.ttf (İnce alternatif)
 * - Eina02-SemiBold.ttf (Yarı kalın alternatif)
 * - Eina02-Bold.ttf (Kalın alternatif)
 */

/* ================================================
   His Heart is Mine - El Yazısı Font (Başlıklar İçin)
   ================================================ */
@font-face {
  font-family: 'His Heart is Mine';
  src: url('../fonts/His Heart is Mine.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ================================================
   Eina01 Font Ailesi - Ana Font
   ================================================ */

/* Eina01 Light (300) */
@font-face {
  font-family: 'Eina01';
  src: url('../fonts/Eina01-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Eina01 Regular (400) - Light kullanılıyor */
@font-face {
  font-family: 'Eina01';
  src: url('../fonts/Eina01-Light.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Eina01 SemiBold */
@font-face {
  font-family: 'Eina01';
  src: url('../fonts/Eina01-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Eina01 Bold */
@font-face {
  font-family: 'Eina01';
  src: url('../fonts/Eina01-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ================================================
   Eina02 Font Ailesi - Alternatif Font
   ================================================ */

/* Eina02 Light */
@font-face {
  font-family: 'Eina02';
  src: url('../fonts/Eina02-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Eina02 SemiBold */
@font-face {
  font-family: 'Eina02';
  src: url('../fonts/Eina02-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Eina02 Bold */
@font-face {
  font-family: 'Eina02';
  src: url('../fonts/Eina02-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ================================================
   Global Font Uygulaması
   ================================================ */

/* Body ve genel metin elementleri için Eina01 */
body {
  font-family: 'Eina01', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 400;
  color: #6d6e70;
}

/* Paragraflar */
p {
  font-family: 'Eina01', sans-serif;
  font-weight: 400;
  color: #6d6e70;
}

/* Linkler */
a {
  font-family: 'Eina01', sans-serif;
}

/* Butonlar */
button,
.btn,
.vs-btn,
input[type="button"],
input[type="submit"] {
  font-family: 'Eina01', sans-serif !important;
  font-weight: 600;
}

/* Form elementleri */
input,
textarea,
select {
  font-family: 'Eina01', sans-serif;
  font-weight: 300;
}

/* Label ve strong */
label,
strong,
b {
  font-family: 'Eina01', sans-serif;
  font-weight: 600;
}

/* ================================================
   Başlıklar - His Heart is Mine (El Yazısı)
   ================================================ */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Eina02', cursive !important;
  font-weight: normal;
}

/* Başlık içindeki span ve diğer elementler */
h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 * {
  font-family: inherit;
}

/* ================================================
   Özel Sınıflar - Eina01 Varyasyonları
   ================================================ */

.font-eina01-light {
  font-family: 'Eina01', sans-serif;
  font-weight: 300;
}

.font-eina01-regular {
  font-family: 'Eina01', sans-serif;
  font-weight: 400;
}

.font-eina01-semibold {
  font-family: 'Eina01', sans-serif;
  font-weight: 600;
}

.font-eina01-bold {
  font-family: 'Eina01', sans-serif;
  font-weight: 700;
}

/* ================================================
   Özel Sınıflar - Eina02 Varyasyonları
   ================================================ */

.font-eina02-light {
  font-family: 'Eina02', sans-serif;
  font-weight: 300;
}

.font-eina02-semibold {
  font-family: 'Eina02', sans-serif;
  font-weight: 600;
}

.font-eina02-bold {
  font-family: 'Eina02', sans-serif;
  font-weight: 700;
}

/* ================================================
   Özel Sınıf - His Heart is Mine
   ================================================ */

.font-handwriting {
  font-family: 'His Heart is Mine', cursive;
  font-weight: normal;
}

/* ================================================
   Menu & Navigation
   ================================================ */

.vs-menu-wrapper,
.vs-menu-wrapper a,
#vs-menu-mobile-items,
#vs-menu-mobile-items a {
  font-family: 'Eina01', sans-serif !important;
  font-weight: 600;
}

/* ================================================
   Ürün Kartları & E-Ticaret
   ================================================ */

.vs-product,
.vs-product-title,
.product-title,
.product-content h3,
.product-content h4 {
  font-family: 'Eina01', sans-serif !important;
}

.product-price,
.price {
  font-family: 'Eina01', sans-serif !important;
  font-weight: 700;
}

/* ================================================
   Footer
   ================================================ */

.footer-widget h3,
.widget-title,
.footer-widget {
  font-family: 'Eina01', sans-serif;
}

/* ================================================
   Admin Panel İçin Override
   ================================================ */

.adminlte-3,
.admin-panel,
#admin-wrapper {
  font-family: 'Eina01', sans-serif !important;
}

/* ================================================
   Responsiveness
   ================================================ */

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }

  h1, .h1 { font-size: 1.8rem; }
  h2, .h2 { font-size: 1.6rem; }
  h3, .h3 { font-size: 1.4rem; }
  h4, .h4 { font-size: 1.2rem; }
  h5, .h5 { font-size: 1.1rem; }
  h6, .h6 { font-size: 1rem; }
}
