@font-face {
    font-family: 'BanglaFont';
    src: url('/fonts/bangla/SolaimanLipi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.bangla-text {
    font-family: 'BanglaFont', sans-serif;
}
@font-face {
    font-family: 'Hind Siliguri';
    src: url('/fonts/bangla/Siliguri-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.siliguri {
    font-family: 'Hind Siliguri', sans-serif;
}

 
.myStyle {
    background-image: url('/upload/pattern3.jpg'); /* put your image path */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;        /* full width scaling */
    background-color: rgba(0,0,0,0.2); /* light overlay for clarity */
}

/* optional: makes text readable on transparent image */
.text-shadow {
    text-shadow: 0px 2px 5px rgba(0,0,0,0.5);
}

