/* Noto Sans - Beautiful, Consistent Typography for All Languages */

/* Japanese text elements */
.jp-text, .japanese-text, [lang="ja"] {
  font-family: 'Noto Sans JP Local', 'Noto Sans JP', sans-serif !important;
  font-feature-settings: "palt" 1; /* Better Japanese spacing */
  letter-spacing: 0.02em;
}

/* Bengali text elements */
.bn-text, .bangla-text, [lang="bn"] {
  font-family: 'Noto Sans Bengali Local', 'Noto Sans Bengali', sans-serif !important;
  line-height: 1.75; /* Optimal line height for Bengali script */
  letter-spacing: 0.01em;
}

/* English text elements */
.en-text, .english-text, [lang="en"] {
  font-family: 'Noto Sans Local', 'Noto Sans', sans-serif !important;
  letter-spacing: 0.015em;
}

/* Mixed content (default) - beautifully handles all scripts */
.mixed-text {
  font-family: 'Noto Sans Local', 'Noto Sans Bengali Local', 'Noto Sans JP Local', 
               'Noto Sans', 'Noto Sans Bengali', 'Noto Sans JP', sans-serif !important;
  line-height: 1.7;
}

/* Specific components that should use Japanese fonts */
.hiragana, .katakana, .kanji, .romaji {
  font-family: 'Noto Sans JP Local', 'Noto Sans JP', sans-serif !important;
  font-feature-settings: "palt" 1;
}

/* Bengali descriptions and explanations */
.description, .explanation, .bangla-meaning {
  font-family: 'Noto Sans Bengali Local', 'Noto Sans Bengali', sans-serif !important;
  line-height: 1.75;
}

/* Buttons and UI elements - consistent Noto Sans */
button, .button, input, select, textarea {
  font-family: 'Noto Sans Local', 'Noto Sans Bengali Local', 'Noto Sans', 'Noto Sans Bengali', sans-serif !important;
}

/* Headers and titles - beautiful Noto Sans */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans Local', 'Noto Sans Bengali Local', 'Noto Sans JP Local', 
               'Noto Sans', 'Noto Sans Bengali', 'Noto Sans JP', sans-serif !important;
  font-weight: 600;
  letter-spacing: -0.01em;
}

/* Code blocks - Noto Sans Mono for consistency */
code, pre, .code {
  font-family: 'Noto Sans Mono', 'Courier New', monospace !important;
  font-size: 0.95em;
}

/* Prose/Markdown content */
.prose, .prose * {
  font-family: 'Noto Sans Local', 'Noto Sans Bengali Local', 'Noto Sans JP Local', 
               'Noto Sans', 'Noto Sans Bengali', 'Noto Sans JP', sans-serif !important;
}

/* Fallback for any edge cases */
.font-fallback * {
  font-family: 'Noto Sans', 'Noto Sans Bengali', 'Noto Sans JP', sans-serif !important;
}
