/* 
   Noto Sans Bengali - Self-Hosted
   Ensure 'noto-sans-bengali.woff2' is in the same folder as this file.
*/

@font-face {
  font-family: 'Noto Sans Bengali';
  font-style: normal;
  font-weight: 400; /* Regular */
  font-display: swap;
  src: url('noto-sans-bengali.woff2') format('woff2');
}

@font-face {
  font-family: 'Noto Sans Bengali';
  font-style: normal;
  font-weight: 700; /* Bold */
  font-display: swap;
  src: url('noto-sans-bengali.woff2') format('woff2');
}

/* Apply the font globally to your body or specific containers */
body {
  font-family: 'Noto Sans Bengali', sans-serif;
}