/* Bengali fonts — local files in ../fonts/ (run scripts/download-bengali-fonts.ps1) */
@font-face {
  font-family: 'Noto Sans Bengali';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-bengali-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Sans Bengali';
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/noto-sans-bengali-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Sans Bengali';
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/noto-sans-bengali-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Sans Bengali';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-bengali-700.woff2') format('woff2');
}

/* Optional Solaiman Lipi — add .woff2 files to ../fonts/ if you have them */
@font-face {
  font-family: 'SolaimanLipi';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/solaimanlipi-normal-v1.0.woff2') format('woff2');
}
@font-face {
  font-family: 'SolaimanLipi';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/solaimanlipi-bold-v1.0.woff2') format('woff2');
}

:root {
  --tn24-bengali-font: 'Noto Sans Bengali', 'SolaimanLipi', Arial, sans-serif;
}

/* Kalpurush / Hind Siliguri load from Google only when selected in Admin → Appearance */
@import url('https://fonts.googleapis.com/css2?family=Kalpurush&family=Hind+Siliguri:wght@400;500;600;700&display=swap');
