<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;style&gt;
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@400;600&amp;display=swap');
&lt;/style&gt;
body {
    font-size: 16px !important;
    line-height: 1.5em;
    position: relative;
    overflow-x: hidden;
    font-family: 'Noto Sans Bengali', sans-serif;
    color:#000;
  }
  h1 {
    font-weight: bold;
    font-size: 3.54rem !important;
  }
  h2 {
    font-weight: bold;
    font-size: 3.5rem;
  }
  h3 {
     font-weight: bold;
  }
  h4 {
    font-size: 1.5rem !important;
  }
  .font-18 {
    font-size: 18px;
  }
  .font-20 {
    font-size: 20px;
  }
  .font-14 {
    font-size: 14px;
  }
  .font-light {
    font-weight: 200;
  }
  .font-medium h1 {
    font-weight: 300;
  }
  .font-bold {
    font-weight: 500;
  }
  .font-large {
    font-weight: 5rem;
  }
 
  .headingStyle {
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 80px;
      }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        h4 {
          font-size: 1.0rem !important;
         }
      }
      @media (max-width: 768px) {
        .headingStyle {
          font-size: 2.25rem;
          font-weight:400;
          text-transform:uppercase;
          line-height:1.2;
          }
        h4 {
            font-size: 1rem !important;
           }
      }</pre></body></html>