/* Remove text decoration from all links */
a {
  text-decoration: none;
  color: rgb(0, 25, 142);
}


/* Minimum height for cards under #box */
#box .card {
  min-height: 200px;
}

/* Custom Font */
@font-face {
    font-family: 'Bangla'; /* This is the name you'll use in your CSS */
    src: url('../fonts/Kalpurush.ttf') format('truetype'),
        url('../fonts/Nikosh.ttf') format('truetype'),
        url('../fonts/NikoshBAN.ttf') format('truetype');
    font-weight: normal; /* Adjust if your font has different weights */
    font-style: normal; /* Adjust if your font has italic styles */
    /* Add optional font-display for better performance (e.g., swap, block, fallback, optional) */
    font-display: swap; 
}
body {
    font-family: 'Bangla';
    overflow-x: hidden; /* অনুভূমিক স্ক্রলবার লুকানো */
}

/* Font Size Classes */
.fs12 {  font-size: 12pt;}
.fs14 {  font-size: 14pt;}
.fs16 {  font-size: 16pt;}
.fs18 {  font-size: 18pt;}
.fs20 {  font-size: 20pt;}
.fs22 {  font-size: 22pt;}
.fs24 {  font-size: 24pt;}
.fs26 {  font-size: 26pt;}
.fs28 {  font-size: 28pt;}