/* ============================================================
   PHOTO SQUARE — Typography System
   ============================================================ */

/* ── Heading Classes ── */
.heading-hero {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: var(--text-hero);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.heading-section {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: var(--text-3xl);
  font-weight: 600;
  line-height: 1.15;
}

.heading-card {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: var(--text-xl);
  font-weight: 600;
  line-height: 1.3;
}

.body-text {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: var(--text-base);
  font-weight: 400;
  line-height: 1.7;
}

.accent-text {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: var(--text-lg);
  font-style: italic;
  line-height: 1.5;
}

.label-text {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: var(--text-sm);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Bengali overrides */
[lang="bn"] .heading-hero,
[lang="bn"] .heading-section,
[lang="bn"] .heading-card {
  font-family: 'Noto Serif Bengali', Georgia, serif;
}

[lang="bn"] .body-text,
[lang="bn"] .label-text {
  font-family: 'Noto Sans Bengali', system-ui, sans-serif;
  line-height: 1.9;
}
