/* ✅ ফন্ট ডিফাইন */
@font-face {
  font-family: 'BanglaFont';
  src: url('bangla.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* SEO friendly */
}

/* ✅ গ্লোবাল প্রয়োগ */
h1,h2,h3,h4,h5,strong,blockquote,ul,li,a,p,div,code,span {
  font-family: 'BanglaFont', Arial, sans-serif !important;
}