/*
 * SolaimanLipi — self-hosted Bangla webfont (Solaiman Karim, via fonts.maateen.me).
 * Loaded by both the public site and the admin panel.
 *
 * The family is named "SolaimanLipi Web" on purpose: a reader with SolaimanLipi
 * installed locally would otherwise have that copy picked up for Latin text too,
 * bypassing the unicode-range below. The faces are served from this host rather
 * than matched with local(), so every reader gets the same version and metrics
 * (a local copy is usually regular-only, which would flatten bold Bangla).
 *
 * unicode-range keeps SolaimanLipi on Bangla only, so English copy stays on the
 * Latin faces the site already uses (Newsreader / Noto Sans Bengali).
 */

@font-face {
  font-family: 'SolaimanLipi Web';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/solaimanlipi-normal-v1.0.woff2') format('woff2'),
       url('../fonts/solaimanlipi-normal-v1.0.ttf') format('truetype');
  unicode-range: U+0964-0965, U+0980-09FF, U+200C-200D, U+20B9, U+25CC, U+A8F1;
}

@font-face {
  font-family: 'SolaimanLipi Web';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/solaimanlipi-bold-v1.0.woff2') format('woff2'),
       url('../fonts/solaimanlipi-bold-v1.0.ttf') format('truetype');
  unicode-range: U+0964-0965, U+0980-09FF, U+200C-200D, U+20B9, U+25CC, U+A8F1;
}
